Skip to content

Commit

Permalink
Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
acocheo committed Jul 19, 2022
1 parent f764eeb commit add1856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,6 @@ jobs:
id: coverage-output
run: |
echo "Uploading coverage.py report"
echo "## Coverage.py report" >> >> $GITHUB_STEP_SUMMARY
echo "## Coverage.py report" >> $GITHUB_STEP_SUMMARY
echo "$(coverage report -m | grep -Ev "^---" | sed 's/\s/\ /g')" >> $GITHUB_STEP_SUMMARY
working-directory: ${{ inputs.working_directory }}

0 comments on commit add1856

Please sign in to comment.