Skip to content

Commit

Permalink
Merge pull request #323 from UXARRAY/dependabot/github_actions/codeco…
Browse files Browse the repository at this point in the history
…v/codecov-action-3.1.4

Bump codecov/codecov-action from 3.1.3 to 3.1.4
  • Loading branch information
philipc2 authored May 24, 2023
2 parents 8710164 + 1c074bd commit b31b788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
python -m pytest test -v --cov=./uxarray --cov-report=xml
- name: Upload code coverage to Codecov
uses: codecov/[email protected].3
uses: codecov/[email protected].4
with:
file: ./coverage.xml
flags: unittests
Expand Down

0 comments on commit b31b788

Please sign in to comment.