Skip to content

Commit

Permalink
Merge pull request #25 from greg0ire/coverage
Browse files Browse the repository at this point in the history
Setup code coverage with codecov
  • Loading branch information
greg0ire authored Jun 27, 2024
2 parents 066e1e2 + 3989695 commit 136e8d7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,11 @@ jobs:
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn lint
- run: yarn test
- run: yarn test --coverage

- name: "Upload to Codecov"
uses: "codecov/codecov-action@v4"
with:
directory: coverage
env:
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"

0 comments on commit 136e8d7

Please sign in to comment.