Skip to content

Commit c380075

Browse files
committed
specify jacoco report path for appveyor
1 parent be76136 commit c380075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ test_script:
2020
after_test:
2121
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
2222
- pip install codecov
23-
- codecov
23+
- codecov -f "net.lecousin.core/target/site/jacoco/jacoco.xml"
2424
cache:
2525
- C:\maven\
2626
- C:\Users\appveyor\.m2

0 commit comments

Comments
 (0)