Skip to content

Commit cbe1d6f

Browse files
committed
Fix code coverage report upload
1 parent 283e55c commit cbe1d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ script:
1010
after_success:
1111
- coveralls
1212
- coverage xml
13-
- bash <(curl -Ls https://coverage.codacy.com/get.sh)
13+
- bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r coverage.xml

0 commit comments

Comments
 (0)