Closed swistakm closed 3 years ago
File | Coverage | |
---|---|---|
All files | 100% |
:white_check_mark: |
Minimum allowed coverage is 75%
Generated by :monkey: cobertura-action against 8be90af1be9b5d3b06cd6f02509a450dcaa49cbb
I am interested on this fix as well, as it doesnt allow me to have two separate comments per coverage report.
@kiriasCMNH, TBH I've discovered this because I was trying to do exactly the same. I was trying to create two independent coverage report comments on for two tests suites (unit tests and API tests).
FYI It turned out that I could use the report_name
input even though it wasn't included in the action.yml
. I still had the warning but the thing worked.
Usage of this action with
report_name
input give following warning:This request add missing input definition to
action.yml
manifest.