Skip to content

Commit

Permalink
Switch to the new CodeCov uploader
Browse files Browse the repository at this point in the history
Reuse the script introduced in dlang/dmd#13139
  • Loading branch information
MoonlightSentinel committed Oct 27, 2021
1 parent 665b353 commit 7049c8b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,7 @@ publictests()
codecov()
{
# CodeCov gets confused by lst files which it can't matched
rm -rf test/runnable/extra-files
download "https://codecov.io/bash" "https://raw.githubusercontent.com/codecov/codecov-bash/master/codecov" "codecov.sh"
bash codecov.sh
OS_NAME=linux source ../dmd/ci/codecov.sh
}
case $1 in
Expand Down

0 comments on commit 7049c8b

Please sign in to comment.