Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action digest to 3f71d3b
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 20, 2023
1 parent 51f0d26 commit 1351da5
Show file tree
Hide file tree
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
Expand Up @@ -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@3f71d3b2559351e4b67bb566281cc055ee038d9a
with:
flags: unittests # optional
name: coverage # optional
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@3f71d3b2559351e4b67bb566281cc055ee038d9a
with:
flags: unittests # optional
name: coverage # optional
Expand Down

0 comments on commit 1351da5

Please sign in to comment.