We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059b54a commit e4eceefCopy full SHA for e4eceef
.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@838dde6607229f856006f401d0788237d42e2d0f
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