8000
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 33e00e8 commit 78d4424Copy full SHA for 78d4424
circle.yml
@@ -16,5 +16,5 @@ general:
16
test:
17
override:
18
- cd nativescript-vue && npm run test
19
- - cat ./coverage/lcov.info | ./node_modules/.bin/codecov
20
- - mv ./junit.xml $CIRCLE_TEST_REPORTS/reports
+ - cat ./nativescript-vue/coverage/lcov.info | ./node_modules/.bin/codecov
+ - mv ./nativescript-vue/junit.xml $CIRCLE_TEST_REPORTS/reports
0 commit comments