Skip to content

Commit

Permalink
Disable codecov.io reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
garious committed Sep 29, 2018
1 parent 777a167 commit 2087325
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/test-nightly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ ls -l target/cov/report/index.html
if [[ -z "$CODECOV_TOKEN" ]]; then
echo CODECOV_TOKEN undefined
else
bash <(curl -s https://codecov.io/bash) -x 'llvm-cov-7 gcov'
# TODO: Fix this.
#bash <(curl -s https://codecov.io/bash) -x 'llvm-cov-7 gcov'
fi

0 comments on commit 2087325

Please sign in to comment.