Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
JJVincentJJ committed Mar 16, 2023
1 parent 341c6b4 commit b500ed5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/contracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ jobs:
- name: Report code coverage
uses: zgosalvez/github-actions-report-lcov@v3
with:
coverage-files: ./lcov.info
coverage-files: lcov.*.info
minimum-coverage: 90
artifact-name: code-coverage-report
github-token: ${{ secrets.GITHUB_TOKEN }}
working-directory: ./
working-directory: contracts
update-comment: true

hardhat:
Expand Down

0 comments on commit b500ed5

Please sign in to comment.