Skip to content

Commit

Permalink
update codecov command
Browse files Browse the repository at this point in the history
  • Loading branch information
SURYAKANTSHARMA committed Jan 14, 2021
1 parent 49ee57c commit 1d71ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ xcode_project: CountryPicker/CountryPicker.xcodeproj
script:
- xcodebuild clean build test -enableCodeCoverage YES -project CountryPicker/CountryPicker.xcodeproj -scheme CountryPicker -destination 'platform=iOS Simulator,OS=13.0,name=iPhone 8' ONLY_ACTIVE_ARCH=YES
after_success:
- bash <(curl -s https://codecov.io/bash
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 1d71ba9

Please sign in to comment.