Skip to content

Commit

Permalink
feat(ci): upload coverage to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobuddy committed Dec 18, 2024
1 parent a2de156 commit f8bfffd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@ jobs:
- name: Run tests and collect coverage
run: npm run test:cov
working-directory: ./packages/core/manifest
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: mnfst/manifest

0 comments on commit f8bfffd

Please sign in to comment.