diff --git a/.github/workflows/linux_coverage.yml b/.github/workflows/linux_coverage.yml index 259528f..1e730de 100644 --- a/.github/workflows/linux_coverage.yml +++ b/.github/workflows/linux_coverage.yml @@ -36,7 +36,7 @@ jobs: ./CommonItemsTests - name: Run lcov - run: cmake --build --preset build-x64-coverage-linux --target lcov --ignore-errors inconsistent + run: cmake --build --preset build-x64-coverage-linux --target lcov --ignore-errors inconsistent,inconsistent ...,mismatch - name: Coveralls uses: coverallsapp/github-action@master @@ -84,7 +84,7 @@ jobs: ./CommonItemsTests - name: Run lcov - run: cmake --build --preset build-x64-coverage-linux --target lcov --ignore-errors inconsistent + run: cmake --build --preset build-x64-coverage-linux --target lcov --ignore-errors inconsistent,inconsistent ...,mismatch - name: Coveralls uses: coverallsapp/github-action@master