Skip to content

Commit

Permalink
travis: debug codacy push
Browse files Browse the repository at this point in the history
  • Loading branch information
prajankya committed May 18, 2020
1 parent 74b5ddb commit b384eba
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 @@ -80,7 +80,7 @@ before_script:
- bash <(curl -s https://codecov.io/bash) -f coverage.info || echo "Codecov did not collect coverage reports"

# Uploading to codacy
- CODACY_PROJECT_TOKEN=$CODACY_PROJECT_TOKEN bash <(curl -Ls https://coverage.codacy.com/get.sh) -r coverage.info --language Cpp --force-language
- CODACY_PROJECT_TOKEN=$CODACY_PROJECT_TOKEN bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r coverage.info --language Cpp --force-language

########################## Build package for deploy ##########################
- cd ..
Expand Down

0 comments on commit b384eba

Please sign in to comment.