We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f0d26 commit 5daac69Copy full SHA for 5daac69
.github/workflows/merge.yml
@@ -59,7 +59,7 @@ jobs:
59
run: coverage run --omit="*/test*" -m pytest
60
61
- name: Upload coverage to Codecov
62
- uses: codecov/codecov-action@c9e0f0b3cf5f112462339d69850c01735114b9ed
+ uses: codecov/codecov-action@572779f95bac2fa929646cca69be44e497c7a699
63
with:
64
flags: unittests # optional
65
name: coverage # optional
.github/workflows/pullrequest.yml
@@ -62,7 +62,7 @@ jobs:
66
67
68
0 commit comments