Skip to content

Commit

Permalink
Modify ctest.yaml coverage exclusion parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
suikan4github committed Oct 13, 2024
1 parent c544e3e commit 1a3e1c9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ctest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,9 @@ jobs:
uses: threeal/[email protected]
with:
coveralls-send: true
excludes: build/* test/* mocksdkwrapper.hpp pico_sdk_apistub.cpp
excludes: |
build/*
test/*
src/sdk/mocksdkwrapper.hpp
src/sdk/pico_sdk_apistub.cpp

0 comments on commit 1a3e1c9

Please sign in to comment.