We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3926ac5 + 4f2d37c commit 37ee0b0Copy full SHA for 37ee0b0
circle.yml
@@ -7,5 +7,8 @@ dependencies:
7
- ~/.npm/
8
9
test:
10
+ pre:
11
+ - npm install -g codecov
12
override:
13
- npm test -- --coverage
14
+ - codecov
0 commit comments