File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272 - name : Install gcovr
7373 run : pip install gcovr==7.2
7474 - name : Configure
75- run : ./configure -v --error-on-warn --coverage --without-intl
75+ run : ./configure --verbose --error-on-warn --coverage --without-intl
7676 # TODO(bcoe): fix the couple tests that fail with the inspector enabled.
7777 # The cause is most likely coverage's use of the inspector.
7878 - name : Build and test
Original file line number Diff line number Diff line change 7272 - name : Install gcovr
7373 run : pip install gcovr==7.2
7474 - name : Configure
75- run : ./configure -v --error-on-warn --coverage
75+ run : ./configure --verbose --error-on-warn --coverage
7676 # TODO(bcoe): fix the couple tests that fail with the inspector enabled.
7777 # The cause is most likely coverage's use of the inspector.
7878 - name : Build and test
You can’t perform that action at this time.
0 commit comments