Add format input#85
Conversation
|
Diff Coverage: The code coverage on the diff in this pull request is 85.7%. Total Coverage: This PR will decrease coverage by 2.28%. File Coverage Changes
🛟 Help
|
|
Diff Coverage: The code coverage on the diff in this pull request is 100.0%. Total Coverage: This PR will not change total coverage. File Coverage Changes
🛟 Help
|
1 new issue
|
| .string() | ||
| .transform((val) => (val === "" ? undefined : val)); | ||
|
|
||
| // NOTE: These formats need to be kept in sync with action.yml |
|
@brynary Any chance you can tag a new version of this action please? I have a clover coverage file that is being misinterpreted as cobertura and the only way to resolve that is with the format option you introduced here. Also, I have a situation which was previously supported with CodeClimate and wanted your thoughts on how to resolve it. Appreciate this may be more suitable for an issue, let me know if you would rather I report it there. We have two separate test suites in one project that generate coverage files in clover and lcov format With CodeClimate I could upload these in a single step by specifying the coverage format in the file path e.g. Is that the recommended approach? I haven't actually got it working yet since the format input is not available in v1. |
No description provided.