Skip to content

Commit 5c2de92

Browse files
committed
Update lcov flags
1 parent 5a8b8e4 commit 5c2de92

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
run: |
3636
make -C build/ coverage
3737
declare -a EXCLUDE=("\*test\*" "\*CMakeCCompilerId\*" "\*mocks\*" "\*3rdparty\*")
38-
echo ${EXCLUDE[@]} | xargs lcov --rc lcov_branch_coverage=1 -r build/coverage.info -o build/coverage.info
39-
lcov --rc lcov_branch_coverage=1 --list build/coverage.info
38+
echo ${EXCLUDE[@]} | xargs lcov --rc branch_coverage=1 -r build/coverage.info -o build/coverage.info
39+
lcov --rc branch_coverage=1 --list build/coverage.info
4040
- name: Check Coverage
4141
uses: FreeRTOS/CI-CD-Github-Actions/coverage-cop@main
4242
with:
@@ -73,7 +73,7 @@ jobs:
7373
path: ./
7474

7575
formatting:
76-
runs-on: ubuntu-20.04
76+
runs-on: ubuntu-latest
7777
steps:
7878
- uses: actions/checkout@v3
7979
- name: Check formatting

0 commit comments

Comments
 (0)