Skip to content

Commit

Permalink
🌱 Drop codecov from ci (#2184)
Browse files Browse the repository at this point in the history
We don't have any gating or processes that use the reports that codecov
generate on PRs. Dropping the codecov actions from the `ci-repo.yml` to
reduce the noise on PRs.

Signed-off-by: Scott J Dickerson <[email protected]>
Co-authored-by: Radoslaw Szwajkowski <[email protected]>
  • Loading branch information
sjd78 and rszwajko authored Feb 7, 2025
1 parent 671968b commit 538f07c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,17 +114,3 @@ jobs:

- name: Test
run: npm run test -- --coverage --watchAll=false

- name: Upload to codecov (client)
# if: ${{ github.event.pull_request }}
uses: codecov/codecov-action@v4
with:
flags: client
directory: ./client/coverage

- name: Upload to codecov (server)
# if: ${{ github.event.pull_request }}
uses: codecov/codecov-action@v4
with:
flags: server
directory: ./server/coverage

0 comments on commit 538f07c

Please sign in to comment.