This commit is contained in:
marco 2025-05-09 16:46:03 +02:00
parent 0c1f22dba5
commit dbaa2a8aed

View file

@ -187,7 +187,7 @@ jobs:
chmod u+w coverage.out
make testcover
# ignore/discard changes to codecov.yml
if [[ $(git status --porcelain -- . ":(exclude).github/codecov.yml" ]]; then
if [[ $(git status --porcelain -- . ":(exclude).github/codecov.yml") ]]; then
echo "Error: Unit tests should not create or alter files inside the repository. Please use the appropriate testing helpers or otherwise temporary locations."
git diff --name-only
exit 1