Skip to content

Commit

Permalink
Fix coverage report (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
till-m authored Mar 9, 2025
1 parent 232f9d9 commit 26ee72a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,6 @@ jobs:
run: |
poetry run pytest --cov-report xml --cov=bayes_opt/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 26ee72a

Please sign in to comment.