We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a8b8e4 commit 5c2de92Copy full SHA for 5c2de92
1 file changed
.github/workflows/ci.yml
@@ -35,8 +35,8 @@ jobs:
35
run: |
36
make -C build/ coverage
37
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
+ echo ${EXCLUDE[@]} | xargs lcov --rc branch_coverage=1 -r build/coverage.info -o build/coverage.info
+ lcov --rc branch_coverage=1 --list build/coverage.info
40
- name: Check Coverage
41
uses: FreeRTOS/CI-CD-Github-Actions/coverage-cop@main
42
with:
@@ -73,7 +73,7 @@ jobs:
73
path: ./
74
75
formatting:
76
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
77
steps:
78
- uses: actions/checkout@v3
79
- name: Check formatting
0 commit comments