File tree 3 files changed +24
-0
lines changed
3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 47
47
files : ${{ steps.test.outputs.coverage-report-files }}
48
48
fail_ci_if_error : false
49
49
verbose : true
50
+ flags : differential
50
51
51
52
clang-tidy-differential :
52
53
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 46
46
files : ${{ steps.test.outputs.coverage-report-files }}
47
47
fail_ci_if_error : false
48
48
verbose : true
49
+ flags : total
Original file line number Diff line number Diff line change
1
+ coverage :
2
+ status :
3
+ project :
4
+ default :
5
+ target : auto
6
+ patch :
7
+ default :
8
+ target : auto
9
+
10
+ comment :
11
+ show_carryforward_flags : true
12
+
13
+ flag_management :
14
+ default_rules :
15
+ carryforward : true
16
+ statuses :
17
+ - name_prefix : project-
18
+ type : project
19
+ target : auto
20
+ - name_prefix : patch-
21
+ type : patch
22
+ target : auto
You can’t perform that action at this time.
0 commit comments