Skip to content

Commit

Permalink
fix: codecov not running on PRs (#1213)
Browse files Browse the repository at this point in the history
  • Loading branch information
syedsajjadkazmii authored Apr 3, 2024
1 parent e9af062 commit 90ae870
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,4 @@ jobs:
run: npm run build

- name: Run Code Coverage
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v3

0 comments on commit 90ae870

Please sign in to comment.