Skip to content

Commit

Permalink
Fix coverage generation
Browse files Browse the repository at this point in the history
  • Loading branch information
bradhowes committed Dec 6, 2021
1 parent 6cfc464 commit 91d194c
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 @@ -25,7 +25,7 @@ coverage:
done; \
[[ -f cov.txt ]] || { echo "** no coverage report found"; exit 1; \\; }
@tail -1 cov.txt | awk '{ print $$10; }' > percentage.txt
@echo "PERCENTAGE=$$(< percentage.txt)"; \
@echo "-- PERCENTAGE=$$(< percentage.txt)"
@if [[ -n "$$GITHUB_ENV" ]]; then \
echo "PERCENTAGE=$$(< percentage.txt)" >> $$GITHUB_ENV; \
fi
Expand Down

0 comments on commit 91d194c

Please sign in to comment.