We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa1f04c + 7ddab24 commit ea63033Copy full SHA for ea63033
1 file changed
.github/workflows/tests.yaml
@@ -73,6 +73,8 @@ jobs:
73
poetry run coverage xml -i
74
- name: 🚀 Upload coverage report
75
uses: codecov/codecov-action@v5.4.3
76
+ with:
77
+ token: ${{ secrets.CODECOV_TOKEN }}
78
- name: SonarCloud Scan
79
if: github.event.pull_request.head.repo.fork == false
80
uses: SonarSource/sonarcloud-github-action@v5.0.0
0 commit comments