Update action.yml

This commit is contained in:
2025-08-25 15:48:21 +02:00
parent ccefdf64fe
commit 48c40bd87d
-7
View File
@@ -336,18 +336,11 @@ runs:
echo "✅ All tests passed, nothing to report." >> "$LOG_FILE"
fi
echo "print pytest"
cat outputs/pytest-output.log
mkdir -p markdown
echo "" >> $LOG_FILE
echo "📈 Generating coverage summary..." >> $LOG_FILE
# Combine les fichiers .coverage.* éventuels
pixi run coverage combine > /dev/null 2>> outputs/coverage-error.log || true
# Génère un unique tableau Markdown
pixi run coverage report --format=markdown > markdown/coverage-summary.md 2>> outputs/coverage-error.log && {
echo "✅ Coverage summary generated" >> $LOG_FILE
} || {