Skip to content

Commit 1a3e1c9

Browse files
committed
Modify ctest.yaml coverage exclusion parameters.
1 parent c544e3e commit 1a3e1c9

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ctest.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,9 @@ jobs:
7676
uses: threeal/gcovr-action@v1.1.0
7777
with:
7878
coveralls-send: true
79-
excludes: build/* test/* mocksdkwrapper.hpp pico_sdk_apistub.cpp
79+
excludes: |
80+
build/*
81+
test/*
82+
src/sdk/mocksdkwrapper.hpp
83+
src/sdk/pico_sdk_apistub.cpp
84+

0 commit comments

Comments
 (0)