Skip to content

Commit

Permalink
Print the coverage XML files for easier debugging when things go wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
defuse committed Apr 23, 2018
1 parent f1f0008 commit 1318078
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ script:
- if [[ $USE_PSALM -eq 1 ]]; then vendor/bin/psalm; fi

after_success:
- cat coverage1.xml
- cat coverage2.xml
- bash <(curl -s https://codecov.io/bash) -Z

0 comments on commit 1318078

Please sign in to comment.