We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ccd5d commit 09c6ac1Copy full SHA for 09c6ac1
Makefile
@@ -41,7 +41,7 @@ percentage-macOS: coverage-macOS
41
echo "macOS Coverage Pct:"
42
cat percentage_macOS.txt
43
44
-report: percentage-iOS percentage-macOS
+report: percentage-macOS
45
@if [[ -n "$$GITHUB_ENV" ]]; then \
46
echo "PERCENTAGE=$$(< percentage_macOS.txt)" >> $$GITHUB_ENV; \
47
fi
0 commit comments