Skip to content

Commit c5874ff

Browse files
authored
Merge pull request #105 from bopen/dependabot/github_actions/codecov/codecov-action-3.1.0
Bump codecov/codecov-action from 3.0.0 to 3.1.0
2 parents 34987ec + 6e83f75 commit c5874ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
make test COV_REPORT=xml
4646
- name: Upload code coverage to Codecov
47-
uses: codecov/codecov-action@v3.0.0
47+
uses: codecov/codecov-action@v3.1.0
4848

4949
code-quality:
5050
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)