Skip to content

Commit

Permalink
Merge pull request #1893 from newrelic/increase-branch-coverage-thres…
Browse files Browse the repository at this point in the history
…hold

Increase failedThresholdBranch to 85
  • Loading branch information
kaylareopelle authored Mar 16, 2023
2 parents 8a0c06c + 94beca3 commit 9b0e5c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
name: Prepare mysql directory
run: sudo chown -R $USER /usr/local

- if: matrix.ruby-version == '2.4.10'
- if: matrix.ruby-version == '2.4.10'
name: Cache mysql55
id: mysql55-cache
uses: actions/[email protected]
Expand Down Expand Up @@ -336,4 +336,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
resultPath: lib/coverage_results/.last_run.json
failedThreshold: 93
failedThresholdBranch: 84
failedThresholdBranch: 85

0 comments on commit 9b0e5c4

Please sign in to comment.