You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# If codacy is configured, upload code coverage statistics, otherwise do nothing.
# Note: Due to a design defect, this cannot test code coverage of new pull requests!
# Codacy require a private API key that is passed as Travis-CI environment variable. For security reasons, this variable is unavailable on external pull requests.
- 'if [ -n "$CODACY_PROJECT_TOKEN" ]; then echo "Uploading coverage to codacy"; bash <(curl -Ls https://coverage.codacy.com/get.sh); fi'