Skip to content

Commit 8493187

Browse files
Brought test coverage back up to 100%, updated dependencies, consolidated file map definition into dedicated type, Travis CI config update
1 parent 6ea015d commit 8493187

10 files changed

Lines changed: 1559 additions & 1489 deletions

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,5 @@ node_js:
77
- "10"
88
- "11"
99
- "lts/*"
10-
cache: npm
11-
before_script: npm i -g nyc
12-
script: nyc --reporter=lcov --reporter=text-lcov --exclude-after-remap=false npm test
1310
after_success:
14-
- npm i -g codecov
1511
- codecov

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
### Added
11+
- Increased test coverage (back to 100%).
12+
13+
## Changed
14+
- Updated dependencies.
15+
- Consolidated file tracking type definition into single source of truth.
16+
- Updated Travis CI config.
17+
1018
## [3.0.1] - 2019-06-02
1119

1220
### Changed
13-
- Updated dependencies
21+
- Updated dependencies.
1422

1523
## [3.0.0] - 2019-03-12
1624

0 commit comments

Comments
 (0)