We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1722848 commit a1c25e2Copy full SHA for a1c25e2
.github/workflows/build.yml
@@ -46,7 +46,7 @@ jobs:
46
behave tests/features/
47
48
- name: Upload coverage to Codecov
49
- uses: codecov/codecov-action@c9e0f0b3cf5f112462339d69850c01735114b9ed
+ uses: codecov/codecov-action@v3
50
with:
51
flags: unittests # optional
52
name: coverage # optional
0 commit comments