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 02efaf5 + 63d196e commit d7da99aCopy full SHA for d7da99a
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