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

Commit 899f4e5

Browse files
MoonlightSentineldlang-bot
authored andcommitted
Switch to the new CodeCov uploader
Reuse the script introduced in dlang/dmd#13139
1 parent e6786ed commit 899f4e5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/run.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,7 @@ publictests()
121121
122122
codecov()
123123
{
124-
# CodeCov gets confused by lst files which it can't matched
125-
rm -rf test/runnable/extra-files
126-
download "https://codecov.io/bash" "https://raw.githubusercontent.com/codecov/codecov-bash/master/codecov" "codecov.sh"
127-
bash codecov.sh
124+
OS_NAME=linux source ../dmd/ci/codecov.sh
128125
}
129126
130127
case $1 in

0 commit comments

Comments
 (0)