Skip to content

Commit

Permalink
Disable the codecov integration to eliminate noise. The coverage is t…
Browse files Browse the repository at this point in the history
…racked by SonarQube.
  • Loading branch information
pavel-kirienko committed Mar 3, 2020
1 parent b5f1b77 commit 13d0f90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ matrix:
- gcov-9 --preserve-paths --long-file-names $(find CMakeFiles/test_private_cov.dir -name '*.gcno')
- gcov-9 --preserve-paths --long-file-names $(find CMakeFiles/test_private_le_cov.dir -name '*.gcno')
- gcov-9 --preserve-paths --long-file-names $(find CMakeFiles/test_public_cov.dir -name '*.gcno')
- bash <(curl -s https://codecov.io/bash)
- 'sonar-scanner -Dsonar.projectKey=libcanard
-Dsonar.organization=uavcan
-Dsonar.sources=libcanard
Expand Down

0 comments on commit 13d0f90

Please sign in to comment.