Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
torbacz authored Sep 10, 2024
1 parent c3b86f6 commit 9665fe2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,10 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
summary-file: './coverage-results/Summary.md'
create-status-check: true
#create-status-check: true
create-pr-comment: true
update-comment-if-one-exists: true
update-comment-key: 'dotnet'
ignore-threshold-failures: false
line-threshold: 80
branch-threshold: 80

#- name: Fail if there were coverage failures
#if: steps.dotnet-coverage-check.outputs.coverage-outcome == 'Failed'
#run: |
#echo "There were code coverage threshold failures."
#exit 1

0 comments on commit 9665fe2

Please sign in to comment.