Skip to content

Commit

Permalink
ci(codecov): remove codecov step
Browse files Browse the repository at this point in the history
Codecov has migrated to requiring an app to be installed into the org.
While codecov still seems to work most of the time, it doesn't seem to
work well for external contributors and also seem to have rate limiting
issues.

AP-285
  • Loading branch information
Edholm committed Sep 20, 2023
1 parent 304649b commit 68b80da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
13 changes: 0 additions & 13 deletions .github/codecov.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,3 @@ jobs:

- name: Make
run: make

- name: Report Code Coverage
uses: codecov/[email protected]
with:
file: .sage/build/go/coverage/go-test.txt
fail_ci_if_error: true

0 comments on commit 68b80da

Please sign in to comment.