Update action.yml
This commit is contained in:
@@ -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
|
||||
} || {
|
||||
|
||||
Reference in New Issue
Block a user