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