Skip to content

Commit

Permalink
Merge pull request #51 from bopen/dependabot/github_actions/codecov/c…
Browse files Browse the repository at this point in the history
…odecov-action-3.1.3

Bump codecov/codecov-action from 3.1.1 to 3.1.3
  • Loading branch information
alexamici authored May 17, 2023
2 parents fef9d72 + 9635a4c commit fd50e45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
make doc-test COV_REPORT=xml
- name: Upload code coverage to Codecov
uses: codecov/[email protected].1
uses: codecov/[email protected].3

type-check:
needs: [unit-tests]
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
run: |
make test COV_REPORT=xml
- name: Upload code coverage to Codecov
uses: codecov/[email protected].1
uses: codecov/[email protected].3

distribution:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fd50e45

Please sign in to comment.