Skip to content

Commit

Permalink
fix(codecov): remove codecov package; use GitHub Actions uploader ins…
Browse files Browse the repository at this point in the history
…tead
  • Loading branch information
JaredReisinger committed Jul 19, 2024
1 parent fd53bf6 commit db341a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 284 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
- run: npm run test:dist

- run: npm run test:dist:coverage
- run: npm run codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
continue-on-error: true

- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

release:
needs: build
Expand Down
Loading

0 comments on commit db341a1

Please sign in to comment.