Skip to content

Commit

Permalink
Merge pull request #32 from ARM-DOE/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…-568ea3795f

Build(deps): Bump codecov/codecov-action from 5.0.7 to 5.1.1 in the actions group
  • Loading branch information
zssherman authored Dec 9, 2024
2 parents bfed987 + e577818 commit 41ed6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
python -m pytest --cov=./ --cov-report=xml --verbose
- name: Upload code coverage to Codecov
uses: codecov/codecov-action@v5.0.7
uses: codecov/codecov-action@v5.1.1
with:
file: ./coverage.xml
flags: unittests
Expand Down

0 comments on commit 41ed6f5

Please sign in to comment.