Skip to content

Commit

Permalink
ci: Start collecting code-coverage on every PR (no-changelog) (#11536)
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy authored Nov 4, 2024
1 parent e8757e5 commit d49686c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
with:
ref: refs/pull/${{ github.event.pull_request.number }}/merge
cacheKey: ${{ github.sha }}-base:build
collectCoverage: true
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

lint:
name: Lint
Expand Down

0 comments on commit d49686c

Please sign in to comment.