Skip to content

Commit de6bc67

Browse files
chore(deps): update codecov/codecov-action digest to c9e0f0b
1 parent 1c5cca2 commit de6bc67

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@8e29a53ea65f98e97f4ad4594d355d8e8fd5bcfe
62+
uses: codecov/codecov-action@c9e0f0b3cf5f112462339d69850c01735114b9ed
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@8e29a53ea65f98e97f4ad4594d355d8e8fd5bcfe
65+
uses: codecov/codecov-action@c9e0f0b3cf5f112462339d69850c01735114b9ed
6666
with:
6767
flags: unittests # optional
6868
name: coverage # optional

0 commit comments

Comments
 (0)