Skip to content

Commit 26ee72a

Browse files
authored
Fix coverage report (#552)
1 parent 232f9d9 commit 26ee72a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,6 @@ jobs:
5151
run: |
5252
poetry run pytest --cov-report xml --cov=bayes_opt/
5353
- name: Upload coverage to Codecov
54-
uses: codecov/codecov-action@v3
54+
uses: codecov/codecov-action@v4
55+
with:
56+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)