Skip to content

Commit

Permalink
remove redundant test reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Nov 9, 2023
1 parent 0d1f7df commit 1db9260
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/build-indicators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
- name: Update PR tests summary
uses: bibipkins/[email protected]
if: github.event_name == 'pull_request'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
comment-title: ""
Expand All @@ -71,26 +72,6 @@ jobs:
coverage-type: cobertura
coverage-threshold: 95

- name: Code coverage summary
uses: irongut/[email protected]
with:
filename: ./test-indicators/**/coverage.cobertura.xml
badge: true
thresholds: '95 98'
fail_below_min: true
format: markdown
hide_branch_rate: false
hide_complexity: false
indicators: true
output: both

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

- name: Save test results
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 1db9260

Please sign in to comment.