Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

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 authored and dlang-bot committed Oct 27, 2021
1 parent e6786ed commit 899f4e5
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 899f4e5

Please sign in to comment.