Skip to content

Commit

Permalink
Merge pull request #151 from nasa/dependabot/github_actions/develop/g…
Browse files Browse the repository at this point in the history
…ha-dependencies-d109cd9e8b

Bump codecov/codecov-action from 4 to 5 in the gha-dependencies group
  • Loading branch information
danielfromearth authored Dec 4, 2024
2 parents 4701d67 + 721af7f commit 3da85dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
poetry run pytest --cov=batcher --cov-report=xml:build/reports/coverage.xml --cov-report=html:build/reports/coverage.html tests/
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit 3da85dc

Please sign in to comment.