Skip to content

Commit

Permalink
👷 CodeCov setup
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreMiras committed Dec 4, 2024
1 parent 4c83c9b commit d955fea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ jobs:
- run: yarn lint
- run: yarn build
- run: yarn test
- uses: codecov/codecov-action@v5
with:
files: ./coverage/lcov.info
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"nyc": {
"reporter": [
"html",
"lcov",
"text"
]
},
Expand Down

0 comments on commit d955fea

Please sign in to comment.