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.
1 parent 4308a78 commit 020cd7dCopy full SHA for 020cd7d
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