Skip to content

Commit 3aa75d7

Browse files
committed
Add format,category to macOS LCOV extra ignore errors
1 parent 9d9027a commit 3aa75d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ jobs:
202202
uses: ./.github/actions/coverage
203203
with:
204204
codecov-token: ${{ secrets.CODECOV_TOKEN }}
205-
genhtml-extra-options: --keep-going --ignore-errors count,inconsistent,range
206-
lcov-extra-options: --keep-going --ignore-errors count,inconsistent,range
205+
genhtml-extra-options: --keep-going --ignore-errors category,count,format,inconsistent,range
206+
lcov-extra-options: --keep-going --ignore-errors category,count,format,inconsistent,range
207207
if: matrix.os != 'macos-12'
208208

209209
- name: Package `mod_tile`

0 commit comments

Comments
 (0)