Skip to content

Commit db6e405

Browse files
committed
Upload code coverage on pull request only
1 parent e977780 commit db6e405

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codequality.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
run: |
6262
cargo tarpaulin --verbose --timeout 120 --out Xml --all --release
6363
- name: Upload to codecov.io
64+
if: ${{ github.event_name == 'pull_request' }}
6465
uses: codecov/codecov-action@v4
6566
with:
6667
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)