Skip to content

Commit

Permalink
👷 Amend
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Dec 17, 2024
1 parent 83841dd commit 195e811
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-createx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:

# See https://github.com/ScopeLift/foundry-template/blob/fd3875d2e99a65dec19431723d6516b4ed76746e/.github/workflows/ci.yml#L49-L78.
- name: Remove unnecessary `test` directory
run: lcov --branch-coverage --remove lcov.info 'test/*' --output-file lcov.info --ignore-errors inconsistent
run: lcov --branch-coverage --remove lcov.info 'test/*' --output-file lcov.info --ignore-errors inconsistent,inconsistent

- name: Post coverage report
# See https://github.com/orgs/community/discussions/26829#discussioncomment-3253575.
Expand All @@ -171,4 +171,5 @@ jobs:
uses: zgosalvez/github-actions-report-lcov@v4
with:
coverage-files: ./lcov.info
artifact-name: coverage
minimum-coverage: 100

0 comments on commit 195e811

Please sign in to comment.