Skip to content

Commit

Permalink
- Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpojer committed Jul 2, 2024
1 parent e6c5ed0 commit 245b9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
CHANGED_FILES=$(echo "$CHANGED_FILES" | awk '{printf "%s,", $0} END {print ""}' | sed 's/,$//')
# Generate coverage report for changed files
CHANGED_FILES_REPORT = coverage report --include="$CHANGED_FILES"
CHANGED_FILES_REPORT=$(coverage report --include="$CHANGED_FILES")
echo "Changed Python files: $CHANGED_FILES_REPORT"
# Fail if the coverage for changed files is below threshold
Expand Down

0 comments on commit 245b9d3

Please sign in to comment.