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 00d3fdd commit 6ac63bfCopy full SHA for 6ac63bf
.travis.yml
@@ -43,9 +43,13 @@ script:
43
- yarn run vscode:prepublish
44
- yarn run cover:enable
45
- yarn run testSingleWorkspace --silent
46
- - bash <(curl -s https://codecov.io/bash)
+ - if [ $TRAVIS_UPLOAD_COVERAGE == "true" ]; then
47
+ bash <(curl -s https://codecov.io/bash);
48
+ fi
49
- yarn run clean
50
51
52
- yarn run testMultiWorkspace --silent
53
54
55
0 commit comments