Skip to content

Commit

Permalink
Suppress "mismatch" action
Browse files Browse the repository at this point in the history
pulling in henningkayser/lcov-action
  • Loading branch information
henningkayser committed Jun 10, 2024
1 parent 9edfd66 commit efe14bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
name: test-results-${{ matrix.env.IMAGE }}
path: ${{ env.BASEDIR }}/target_ws/**/test_results/**/*.xml
- name: Generate codecov report
uses: rhaschke/lcov-action@main
uses: henningkayser/lcov-action@main
if: always() && matrix.env.CCOV && steps.ici.outputs.target_test_results == '0'
with:
docker: $DOCKER_IMAGE
Expand Down

0 comments on commit efe14bd

Please sign in to comment.