mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
codecov.sh: Remove lst files for generated source files
Those files are generated and don't exist in the repository
This commit is contained in:
parent
e1c84491c7
commit
5922fb3340
1 changed files with 4 additions and 1 deletions
|
@ -11,7 +11,10 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# CodeCov gets confused by lst files which it can't match
|
# CodeCov gets confused by lst files which it can't match
|
||||||
rm -rf test/runnable/extra-files test/*.lst
|
rm -rf test/runnable/extra-files \
|
||||||
|
test/*.lst \
|
||||||
|
./*test_results-runner.lst \
|
||||||
|
__main.lst
|
||||||
|
|
||||||
# Save the file from URL passed as $1 to the location in $2
|
# Save the file from URL passed as $1 to the location in $2
|
||||||
doCurl()
|
doCurl()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue