Skip to content

Commit

Permalink
Ignore new lcov error
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher committed Jun 24, 2024
1 parent b2faea1 commit a479dd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
exclude:
- preset: codecov
compiler: { name: Clang }
- preset: codecov
ros_distro: humble
runs-on: ubuntu-22.04
container: ghcr.io/picknikrobotics/rsl:upstream-${{ matrix.ros_distro }}
env:
Expand Down Expand Up @@ -53,7 +55,7 @@ jobs:
run: cmake --build build/${{ matrix.preset }} --target tidy
- name: Generate LCOV report
if: ${{ matrix.preset == 'codecov' }}
run: lcov -c -d . -o coverage.info --no-external --exclude "*/build/**"
run: lcov -c -d . -o coverage.info --no-external --exclude "*/build/**" --ignore-errors mismatch
- uses: codecov/codecov-action@v3
if: ${{ matrix.preset == 'codecov' }}
with:
Expand Down

0 comments on commit a479dd8

Please sign in to comment.