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:
MoonlightSentinel 2022-02-09 16:57:18 +01:00
parent e1c84491c7
commit 5922fb3340
No known key found for this signature in database
GPG key ID: C66F4751A7498694

View file

@ -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()