Skip to content

Commit

Permalink
Enable coverage tracking in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Nov 22, 2024
1 parent 79c0ffe commit b8605a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ on:
jobs:
pytest:
uses: colcon/ci/.github/workflows/pytest.yaml@main
with:
codecov: true
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b8605a6

Please sign in to comment.