Skip to content

Commit 5daac69

Browse files
chore(deps): update codecov/codecov-action digest to 572779f
1 parent 51f0d26 commit 5daac69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: coverage run --omit="*/test*" -m pytest
6060

6161
- name: Upload coverage to Codecov
62-
uses: codecov/codecov-action@c9e0f0b3cf5f112462339d69850c01735114b9ed
62+
uses: codecov/codecov-action@572779f95bac2fa929646cca69be44e497c7a699
6363
with:
6464
flags: unittests # optional
6565
name: coverage # optional

.github/workflows/pullrequest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: coverage run --omit="*/test*" -m pytest
6363

6464
- name: Upload coverage to Codecov
65-
uses: codecov/codecov-action@c9e0f0b3cf5f112462339d69850c01735114b9ed
65+
uses: codecov/codecov-action@572779f95bac2fa929646cca69be44e497c7a699
6666
with:
6767
flags: unittests # optional
6868
name: coverage # optional

0 commit comments

Comments
 (0)