Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1101d85

Browse files
committedSep 10, 2019
chore: add codecov to display coverage in GH
1 parent 1929ac8 commit 1101d85

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

Diff for: ‎.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,15 @@ node_js:
1313
- 10
1414
- 12
1515

16+
install:
17+
- npm install
18+
- npm install -g codecov
19+
1620
before_script:
1721
# Ensure that bin script actually runs on used Node.js version
1822
# to detect and avoid bugs such as apache/cordova-cli#339
1923
# (<https://github.com/apache/cordova-cli/issues/339>)
2024
- ./bin/cordova --version
25+
26+
after_script:
27+
- codecov

0 commit comments

Comments
 (0)
Please sign in to comment.