Skip to content

Commit

Permalink
updated codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Oct 19, 2016
1 parent ca7acb5 commit 55dbce7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .slather.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
coverage_service: cobertura_xml
workspace: speculid.xcworkspace
xcodeproj: speculid.xcodeproj
scheme: Speculid
scheme: Speculid
source_directory: framework
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ script:
- xcodebuild -workspace speculid.xcworkspace -scheme Speculid test
after_success:
- slather
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash) -f cobertura.xml
after_failure:
- find "examples/Assets/." -type f \( -iname \*.icns -o -iname \*.png -o -iname \*.pdf \) -print0 | sort -z | xargs -0 shasum -a 512
notifications:
Expand Down

0 comments on commit 55dbce7

Please sign in to comment.