Skip to content

Commit

Permalink
Merge 1bb473c into f55e65d
Browse files Browse the repository at this point in the history
  • Loading branch information
okv committed Mar 7, 2021
2 parents f55e65d + 1bb473c commit c29921c
Show file tree
Hide file tree
Showing 5 changed files with 2,032 additions and 471 deletions.
7 changes: 3 additions & 4 deletions .nycrc → .c8rc
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
"tap-snapshots/**",
"coverage/**",
"migrations/**",
"lib/migrationTemplate.js",
"lib/migrationTemplate.mjs",
"lib/migrationTemplate.ts",
".remarkrc*.js"
"lib/migrationTemplate.{js,mjs,ts}",
".remarkrc*.js",
"**/*.d.ts"
]
}
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ script:
nodeVersionMajor=`node -e "console.log(process.versions.node.split('.')[0])"`;
if [ $nodeVersionMajor -eq 14 ]; then
npm run makeCodeCoverageSummaryReport;
npm run makeCodeCoverageDetailReport;
coveralls < coverage/lcov.info;
else
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased][]

Nothing here, all changes are released.
### Changed
- dev: update tap to 14.11.0
- dev: calculate code coverage with c8 (instead of tap and istanbul)

## [2.0.1][] - 2020-06-19

Expand Down

0 comments on commit c29921c

Please sign in to comment.