Skip to content

Commit

Permalink
Merge pull request #54 from portyanikhin/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
portyanikhin authored Dec 18, 2024
2 parents 4f2684f + dfd4b95 commit cdc5085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
source $VENV
pytest --cov pyfluids --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml

0 comments on commit cdc5085

Please sign in to comment.