Skip to content

Commit

Permalink
✨ Add codecov.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
usatie committed Aug 8, 2018
1 parent 0b9c38c commit 0232178
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .codecov.yml
@@ -0,0 +1,2 @@
ignore:
- "**/WordList.swift"
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ script:
-enableCodeCoverage YES ENABLE_TESTABILITY=YES "$ACTION"
after_success:
- ruby scripts/coverage.rb "$SCHEME"
- bash <(curl -s https://codecov.io/bash) -f 'coverage.txt'
- bash <(curl -s https://codecov.io/bash) -f 'coverage.txt' -y '.codecov.yml'
env:
matrix:
- SDK=iphonesimulator CONFIGURATION=Debug ACTION=test
Expand Down

0 comments on commit 0232178

Please sign in to comment.