8000 Fix paths · lakexyde/nativescript-vue@78d4424 · GitHub
[go: up one dir, main page]

Skip to content

Commit 78d4424

Browse files
committed
Fix paths
1 parent 33e00e8 commit 78d4424

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ general:
1616
test:
1717
override:
1818
- cd nativescript-vue && npm run test
19-
- cat ./coverage/lcov.info | ./node_modules/.bin/codecov
20-
- mv ./junit.xml $CIRCLE_TEST_REPORTS/reports
19+
- cat ./nativescript-vue/coverage/lcov.info | ./node_modules/.bin/codecov
20+
- mv ./nativescript-vue/junit.xml $CIRCLE_TEST_REPORTS/reports

0 commit comments

Comments
 (0)
0