Skip to content

Commit

Permalink
test: Upload coverage to Codecov (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnault authored Jan 25, 2022
1 parent 73bac54 commit 972d41e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ jobs:
- run: npm run lint
- run: npm test
- run: npm run build
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
6 changes: 6 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
coverage:
status:
project:
default:
target: 100%
threshold: 0%

0 comments on commit 972d41e

Please sign in to comment.