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 cb0e5b5 commit 93c287f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ on:
jobs:
pytest:
uses: colcon/ci/.github/workflows/pytest.yaml@main
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 93c287f

Please sign in to comment.