Skip to content

Commit e5f2a26

Browse files
chore(deps): update codecov/codecov-action digest to 525bbff
1 parent 1d3db12 commit e5f2a26

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
@@ -58,7 +58,7 @@ jobs:
5858
run: coverage run --omit="*/test*" -m pytest
5959

6060
- name: Upload coverage to Codecov
61-
uses: codecov/codecov-action@c9e0f0b3cf5f112462339d69850c01735114b9ed
61+
uses: codecov/codecov-action@525bbfffeb36d6cccb004e34b7bc98dde932d5a4
6262
with:
6363
flags: unittests # optional
6464
name: coverage # optional

.github/workflows/pullrequest.yml

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

6363
- name: Upload coverage to Codecov
64-
uses: codecov/codecov-action@c9e0f0b3cf5f112462339d69850c01735114b9ed
64+
uses: codecov/codecov-action@525bbfffeb36d6cccb004e34b7bc98dde932d5a4
6565
with:
6666
flags: unittests # optional
6767
name: coverage # optional

0 commit comments

Comments
 (0)