Skip to content

Commit e4eceef

Browse files
chore(deps): update codecov/codecov-action digest to 838dde6
1 parent 059b54a commit e4eceef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
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@838dde6607229f856006f401d0788237d42e2d0f
6363
with:
6464
flags: unittests # optional
6565
name: coverage # optional

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 1 deletion
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@838dde6607229f856006f401d0788237d42e2d0f
6666
with:
6767
flags: unittests # optional
6868
name: coverage # optional

0 commit comments

Comments
 (0)