Skip to content

Commit

Permalink
chore: Add coverage tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Mar 1, 2022
1 parent 4512dad commit 37e735d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ jobs:
run: yarn install --frozen-lockfile --non-interactive

- name: Unit tests
run: yarn test --ci
run: yarn test --ci --coverage

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2

lint:
name: Lint
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
build/
coverage/
node_modules/
npm-debug.log
lib/
Expand Down

0 comments on commit 37e735d

Please sign in to comment.