Skip to content

Commit

Permalink
ci: remove codecov
Browse files Browse the repository at this point in the history
Codecov is not freely available for opensource projects when they belong
to an organization. If we had more resources, we could consider keeping
it, but sadly that's not the case.

Signed-off-by: Andres Correa Casablanca <[email protected]>
  • Loading branch information
castarco committed Feb 18, 2024
1 parent 801ec26 commit 130a69a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,3 @@ jobs:
run: pnpm lint
- name: Run Tests
run: pnpm test:coverage
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
env:
token: ${{ secrets.CODECOV_TOKEN }}
slug: KindSpells/astro-sri-csp

0 comments on commit 130a69a

Please sign in to comment.