mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-10 16:30:04 +00:00
feat: add gcov support
This commit is contained in:
parent
f32b3a3741
commit
f37520c6b0
10 changed files with 75 additions and 7 deletions
12
action.yml
12
action.yml
|
|
@ -32,6 +32,18 @@ inputs:
|
|||
functionalities:
|
||||
description: 'Comma-separated list, see the README for options and their usage'
|
||||
required: false
|
||||
gcov:
|
||||
description: 'Run with gcov support'
|
||||
required: false
|
||||
gcov_args:
|
||||
description: 'Extra arguments to pass to gcov'
|
||||
required: false
|
||||
gcov_ignore:
|
||||
description: 'Paths to ignore during gcov gathering'
|
||||
required: false
|
||||
gcov_include:
|
||||
description: 'Paths to include during gcov gathering'
|
||||
required: false
|
||||
move_coverage_to_trash:
|
||||
description: 'Move discovered coverage reports to the trash'
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue