Skip to content

Commit

Permalink
Change coverage name.
Browse files Browse the repository at this point in the history
Set minimum to 89 for now.
  • Loading branch information
oveddan committed Sep 12, 2023
1 parent 7d31b36 commit 9bcfccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: true

name: Foundry project
name: Check solidity test coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
uses: zgosalvez/github-actions-report-lcov@v2
with:
coverage-files: lcov.info
minimum-coverage: 90
minimum-coverage: 89
artifact-name: code-coverage-report
github-token: ${{ secrets.GITHUB_TOKEN }}
working-directory: ./

0 comments on commit 9bcfccc

Please sign in to comment.