Skip to content

Commit

Permalink
chore: remove codecov from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
valerymelou committed May 23, 2024
1 parent d5f6d31 commit 0413c48
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ jobs:
- run: npx nx run-many --target=test --parallel=3 --code-coverage
- run: yarn merge-lcov

- name: Code Coverage
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage/lcov.info

- name: Code Coverage
uses: paambaati/[email protected]
env:
Expand Down

0 comments on commit 0413c48

Please sign in to comment.