Skip to content

Commit

Permalink
Merge pull request #1019 from postmanlabs/chore/fix-codecov
Browse files Browse the repository at this point in the history
Add token for codecov
  • Loading branch information
codenirvana authored Jul 25, 2024
2 parents 565c803 + 1ebcdd5 commit 6c68b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

- if: ${{ matrix.coverage }}
name: Upload coverage
run: npm run codecov -- -c -Z -f .coverage/coverage-final.json -F unit
run: npm run codecov -- -c -Z -f .coverage/coverage-final.json -F unit -t ${{ secrets.CODECOV_TOKEN }}

- name: Run vm tests
run: npm run test-vm
Expand Down

0 comments on commit 6c68b37

Please sign in to comment.