Skip to content

Commit

Permalink
Use CODECOV_TOKEN to upload coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed May 24, 2024
1 parent 15ed7d6 commit 715cb9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:

jobs:
pytest:
uses: colcon/ci/.github/workflows/pytest.yaml@main
with:
codecov: true
uses: colcon/ci/.github/workflows/pytest.yaml@cottsay/codecov-token
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
bootstrap:
uses: ./.github/workflows/bootstrap.yaml

0 comments on commit 715cb9a

Please sign in to comment.