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 a7fcde9 + 37ee0b0 commit 8ba744fCopy full SHA for 8ba744f
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