mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Update Travis to only send coverage reports to codecov *once*
This commit is contained in:
@@ -62,5 +62,6 @@ after_script:
|
|||||||
|
|
||||||
# After a successful build and test (see 'script'), send code coverage reports to codecov.io
|
# After a successful build and test (see 'script'), send code coverage reports to codecov.io
|
||||||
# These code coverage reports are generated by the codecov node module in our package.json
|
# These code coverage reports are generated by the codecov node module in our package.json
|
||||||
|
# NOTE: As there's no need to send coverage multiple times, we only run this for one version of node.
|
||||||
after_success:
|
after_success:
|
||||||
- codecov
|
- if [ "$TRAVIS_NODE_VERSION" = "12" ]; then codecov; fi
|
||||||
|
Reference in New Issue
Block a user