Skip to content

Commit

Permalink
👷 ci: updated coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
fwestling committed Apr 5, 2024
1 parent de0f416 commit 38d0cd2
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,14 @@ jobs:
with:
filename: ./coverage/cobertura-coverage.xml
badge: true
thresholds: '40 80'

format: "markdown"
thresholds: "40 80"
output: "both"

- name: Add Coverage PR Comment
uses: marocchino/sticky-pull-request-comment@v2
if: github.event_name == 'pull_request'
with:
recreate: true
path: code-coverage-results.md

0 comments on commit 38d0cd2

Please sign in to comment.