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.
2 parents 42c6da4 + a2aa7e5 commit 4beb2beCopy full SHA for 4beb2be
.github/workflows/ci-goturn.yml
@@ -33,6 +33,8 @@ jobs:
33
uses: ./.github/actions/goturn
34
- name: Upload coverage to Codecov
35
uses: codecov/codecov-action@v4
36
+ env:
37
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
38
with:
39
token: ${{ secrets.CODECOV_TOKEN }}
40
fail_ci_if_error: true
requirements_test.txt
@@ -56,7 +56,7 @@ pytest-mock~=3.14.0
56
pytest-cov~=5.0.0
57
pylint==3.2.6
58
mypy==1.11.1
59
-pycodestyle==2.12.0
+pycodestyle==2.12.1
60
black==24.4.2
61
ruff==0.5.5
62
types-six==1.16.21.9
0 commit comments