Skip to content

Commit

Permalink
tests: add coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
azinit committed Dec 8, 2020
1 parent 10decf5 commit ef43b87
Show file tree
Hide file tree
Showing 5 changed files with 979 additions and 16 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ node_modules/**
# TODO: !tests/lib/fixtures/data/**
tests/lib/fixtures/**
**/*.fixture.js
.nyc_output
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- name: Install deps and run tests
run: |
npm install
npm test
npm run test:coverage
env:
CI: true
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.vscode/settings.json
.nyc_output
Loading

0 comments on commit ef43b87

Please sign in to comment.