We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e4bce3 commit 54d6567Copy full SHA for 54d6567
.github/workflows/tests.yml
@@ -35,4 +35,7 @@ jobs:
35
SPLASH_URL=http://127.0.0.1:8050 tox
36
37
- name: Upload coverage report
38
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v5
39
+ with:
40
+ token: ${{ secrets.CODECOV_TOKEN }}
41
+
0 commit comments