Skip to content

Commit

Permalink
Comment out travis codecove
Browse files Browse the repository at this point in the history
  • Loading branch information
ruffsl committed Feb 9, 2019
1 parent 4591e76 commit 5a7a2d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ matrix:
docker push stevemacenski/navigation2:latest ;
fi

- env: CMAKE_BUILD_TYPE=Debug COVERAGE_ENABLED=True
after_success:
- ci_env=`bash <(curl -s https://codecov.io/env)`
- docker exec --interactive --tty $ci_env nav2_bash /ros_entrypoint.sh
src/navigation2/tools/code_coverage_report.bash codecovio
# - env: CMAKE_BUILD_TYPE=Debug COVERAGE_ENABLED=True
# after_success:
# - ci_env=`bash <(curl -s https://codecov.io/env)`
# - docker exec --interactive --tty $ci_env nav2_bash /ros_entrypoint.sh
# src/navigation2/tools/code_coverage_report.bash codecovio

script:
- docker build --tag navigation2:latest
Expand Down

0 comments on commit 5a7a2d4

Please sign in to comment.