Skip to content

Commit

Permalink
fix(ci): lcov-reporter-action
Browse files Browse the repository at this point in the history
* prevent hitting body payload limit in test-reporter
* set 'filter-changed-files' to true to only check changed files
  • Loading branch information
hlolli committed Sep 1, 2023
1 parent b242736 commit fe84b52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
lcov-file: ./coverage/lcov.info
filter-changed-files: true

- name: Check code coverage threshold
uses: VeryGoodOpenSource/very_good_coverage@v2
Expand Down

0 comments on commit fe84b52

Please sign in to comment.