We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a86a42 commit afd4d32Copy full SHA for afd4d32
.github/workflows/main.yml
@@ -57,6 +57,6 @@ jobs:
57
if: "${{ contains(env.USING_COVERAGE, matrix.python-version) && github.ref == 'refs/heads/main' }}"
58
uses: "codecov/codecov-action@v4" # https://github.com/marketplace/actions/codecov
59
with:
60
+ token: ${{ secrets.CODECOV_TOKEN }}
61
+ slug: MacHu-GWU/sqlalchemy_mate-project
62
fail_ci_if_error: true
- env:
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments