Skip to content

Commit

Permalink
v2.3.2 - coverage command tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Aug 15, 2020
1 parent 4ef9c90 commit 110a87c
Show file tree
Hide file tree
Showing 5 changed files with 910 additions and 165 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
node_modules
coverage
.nyc_output
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ script:
- npx eslint util/*
- npx eslint lib/data-router.js
- npx eslint test/*
- npm run test
- npm run coverage

after_success:
- npm run coveralls
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v2.3.2 (2020-08-15)

* Switched coverage reporting commands and packages (switched `istanbul` to `nyc`)

## v2.3.1 (2020-08-15)

* Added more unit tests (100% coverage!)
Expand Down
Loading

0 comments on commit 110a87c

Please sign in to comment.