Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Commit 8f0981f

Browse files
authored
Merge pull request #10 from hellofresh/feature/codecov
Add codecov to Travis
2 parents 3a5fad4 + 44d8007 commit 8f0981f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ script:
3939

4040
after_script:
4141
- vendor/bin/codacycoverage clover build/logs/clover.xml
42+
- if [ "$TRAVIS_SECURE_ENV_VARS" == "true" ]; then bash <(curl -s https://codecov.io/bash) -f build/logs/clover.xml; fi

0 commit comments

Comments
 (0)