File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
echo ${EXCLUDE[@]} | xargs lcov --rc lcov_branch_coverage=1 -r build/coverage.info -o build/coverage.info
33
33
lcov --rc lcov_branch_coverage=1 --list build/coverage.info
34
34
- name : Check Coverage
35
- uses : FreeRTOS/CI-CD-Github-Actions/coverage-cop@v2
35
+ uses : FreeRTOS/CI-CD-Github-Actions/coverage-cop@main
36
36
with :
37
37
coverage-file : ./build/coverage.info
38
38
51
51
steps :
52
52
- uses : actions/checkout@v3
53
53
- name : Check complexity
54
- uses : FreeRTOS/CI-CD-Github-Actions/complexity@v2
54
+ uses : FreeRTOS/CI-CD-Github-Actions/complexity@main
55
55
with :
56
56
path : ./
57
57
@@ -151,7 +151,7 @@ jobs:
151
151
fetch-depth : 0
152
152
153
153
- name : Run manifest verifier
154
- uses : FreeRTOS/CI-CD-GitHub-Actions/manifest-verifier@v2
154
+ uses : FreeRTOS/CI-CD-GitHub-Actions/manifest-verifier@main
155
155
with :
156
156
path : ./
157
157
fail-on-incorrect-version : true
You can’t perform that action at this time.
0 commit comments