Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Remove codecov.
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin committed Sep 25, 2017
1 parent 879e6e1 commit 7d39968
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -28,5 +28,4 @@ after_success:
- ./lcov/bin/lcov -c -o ./COV.info --rc lcov_branch_coverage=1 --base-directory . --directory .
- ./lcov/bin/lcov --remove ./COV.info '/usr/*' --remove ./COV.info '*tweetnacl.c' -o ./COV.info --rc lcov_branch_coverage=1
- ./lcov/bin/genhtml -o ./COV.html ./COV.info --branch-coverage
- bash <(curl -s https://codecov.io/bash)
- coveralls --exclude 'tweetnacl.c'

0 comments on commit 7d39968

Please sign in to comment.