File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ jobs:
209
209
with :
210
210
generator : Ninja
211
211
configuration : ${{ matrix.configuration }}
212
- cmake-args : ' -DCODE_COVERAGE_TYPE=html_standalone '
212
+ cmake-args : ' -DCODE_COVERAGE_REPORT_TYPE=html_detailed '
213
213
cmake-target : coverage_report
214
214
- name : archive coverage results
215
215
uses : actions/upload-artifact@v3
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ if (coverage)
13
13
set (TEST_PARALLELISM ${PROCESSOR_COUNT} )
14
14
endif ()
15
15
16
- if (DEFINED CODE_COVERAGE_TYPE )
17
- set (CODE_COVERAGE_STYLE ${CODE_COVERAGE_TYPE } )
18
- elseif (DEFINED ENV{CODE_COVERAGE_TYPE })
19
- set (CODE_COVERAGE_STYLE $ENV{CODE_COVERAGE_TYPE } )
16
+ if (DEFINED CODE_COVERAGE_REPORT_TYPE )
17
+ set (CODE_COVERAGE_STYLE ${CODE_COVERAGE_REPORT_TYPE } )
18
+ elseif (DEFINED ENV{CODE_COVERAGE_REPORT_TYPE })
19
+ set (CODE_COVERAGE_STYLE $ENV{CODE_COVERAGE_REPORT_TYPE } )
20
20
endif ()
21
21
22
22
if (NOT GCOVR_PATH)
You can’t perform that action at this time.
0 commit comments