We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232f9d9 commit 9b28d33Copy full SHA for 9b28d33
.github/workflows/run_tests.yml
@@ -51,4 +51,6 @@ jobs:
51
run: |
52
poetry run pytest --cov-report xml --cov=bayes_opt/
53
- name: Upload coverage to Codecov
54
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
55
+ with:
56
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments