Skip to content

Commit

Permalink
Use CODECOV_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Apr 27, 2024
1 parent a9cedc6 commit 3fcafb0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/step_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ jobs:
flags: ${{ matrix.coverage }}
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/step_tests-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ jobs:
with:
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
if: inputs.coverage
3 changes: 2 additions & 1 deletion .github/workflows/step_tests-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# Test pre-release versions
- python-version: "3.x"
dependency_type: "pre"
experimental: true # fails with pytest-8.0.0rc1
experimental: false
# Test minimum markdown-it-py supported (otherwise the most recent version is used)
- python-version: "3.x"
markdown-it-py: "~=2.0"
Expand Down Expand Up @@ -96,4 +96,5 @@ jobs:
with:
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
if: inputs.coverage

0 comments on commit 3fcafb0

Please sign in to comment.