Skip to content

Commit

Permalink
Merge pull request #105 from bopen/dependabot/github_actions/codecov/…
Browse files Browse the repository at this point in the history
…codecov-action-3.1.0

Bump codecov/codecov-action from 3.0.0 to 3.1.0
  • Loading branch information
alexamici authored Apr 25, 2022
2 parents 34987ec + 6e83f75 commit c5874ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
make test COV_REPORT=xml
- name: Upload code coverage to Codecov
uses: codecov/codecov-action@v3.0.0
uses: codecov/codecov-action@v3.1.0

code-quality:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c5874ff

Please sign in to comment.