Skip to content

Commit

Permalink
Merge branch 'main' into lere01-correct-typos-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mikix authored Jul 16, 2024
2 parents 2fdd08e + 89b4afc commit 1d03565
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ jobs:
run: |
coverage report -m --skip-covered
- name: Check coverage report
# Disable coverage checking from forks until there is a secure fix for:
# https://github.com/orgoro/coverage/issues/259
if: github.ref != 'refs/heads/main' && ${{ ! github.event.pull_request.head.repo.fork }}
uses: orgoro/[email protected]
with:
coverageFile: coverage.xml
token: ${{ secrets.GITHUB_TOKEN }}
thresholdAll: .45
thresholdNew: 1
thresholdModified: .40
# Disable coverage checking until there is a secure fix for:
# https://github.com/orgoro/coverage/issues/259
# - name: Check coverage report
# if: github.ref != 'refs/heads/main'
# uses: orgoro/[email protected]
# with:
# coverageFile: coverage.xml
# token: ${{ secrets.GITHUB_TOKEN }}
# thresholdAll: .45
# thresholdNew: 1
# thresholdModified: .40

0 comments on commit 1d03565

Please sign in to comment.