Skip to content

Commit

Permalink
Wrong target
Browse files Browse the repository at this point in the history
  • Loading branch information
bradhowes committed Jul 19, 2023
1 parent bee6acc commit 7203207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ percentage: coverage
@awk '/ JoyStickView.framework / { if ($$3 > 0) print $$4; }' coverage.txt > percentage.txt
@cat percentage.txt

post: ppercentage
post: percentage
@if [[ -n "$$GITHUB_ENV" ]]; then \
echo "PERCENTAGE=$$(< percentage.txt)" >> $$GITHUB_ENV; \
fi
Expand Down

0 comments on commit 7203207

Please sign in to comment.