Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update codecov/codecov-action digest to 10187ae
Browse files Browse the repository at this point in the history
renovate[bot] authored Sep 25, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 5237e93 commit c092624
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@ jobs:
run: coverage run --omit="*/test*" -m pytest

- name: Upload coverage to Codecov
uses: codecov/codecov-action@c9e0f0b3cf5f112462339d69850c01735114b9ed
uses: codecov/codecov-action@10187ae73d9fd95a720c88a5fc6cf375395e50a4
with:
flags: unittests # optional
name: coverage # optional
2 changes: 1 addition & 1 deletion .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@ jobs:
run: coverage run --omit="*/test*" -m pytest

- name: Upload coverage to Codecov
uses: codecov/codecov-action@c9e0f0b3cf5f112462339d69850c01735114b9ed
uses: codecov/codecov-action@10187ae73d9fd95a720c88a5fc6cf375395e50a4
with:
flags: unittests # optional
name: coverage # optional

0 comments on commit c092624

Please sign in to comment.