We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c5cca2 commit de6bc67Copy full SHA for de6bc67
2 files changed
.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@8e29a53ea65f98e97f4ad4594d355d8e8fd5bcfe
+ uses: codecov/codecov-action@c9e0f0b3cf5f112462339d69850c01735114b9ed
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