Skip to content

Commit

Permalink
Fix pr comment (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtx1999 authored May 26, 2021
1 parent 1f5f333 commit dcd79a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,5 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: 'Statement coverage = ${{ steps.jacoco.outputs.coverage }}
Branch coverage = ${{ steps.jacoco.outputs.branches }}'
body: 'Statement coverage = ${{ steps.jacoco.outputs.coverage }}\n\nBranch coverage = ${{ steps.jacoco.outputs.branches }}'
})

0 comments on commit dcd79a6

Please sign in to comment.