mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +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
|
||||
|
||||
# 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
|
||||
doCurl()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue