We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 805d2c1 + 592f15c commit 9f0eb31Copy full SHA for 9f0eb31
.travis.yml
@@ -62,7 +62,6 @@ before_install:
62
- pip install --user codecov #Install codecov
63
64
after_success:
65
- - codecov
66
- - bash <(curl -s https://codecov.io/bash) #Run codecov
+ - codecov -t a2d569ed-e94b-4f97-8df9-2ad1316d89d9 #Run codecov
67
68
after_failure: "cat $TRAVIS_BUILD_DIR/app/build/outputs/lint-results-debug.xml"
0 commit comments