You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried codecoverage in clover format to aws codebuild, but its said that file has a bug, and not recognize the clover format. I not found none issue related with problem.
Current behavior
I tried codecoverage in clover format to aws codebuild, but its said that file has a bug, and not recognize the clover format.
How to reproduce
Create a simple project with a simple test. Upload to github, make a project with codebuild, and aws pipeline.
Summary
I tried codecoverage in clover format to aws codebuild, but its said that file has a bug, and not recognize the clover format. I not found none issue related with problem.
Current behavior
I tried codecoverage in clover format to aws codebuild, but its said that file has a bug, and not recognize the clover format.
How to reproduce
Create a simple project with a simple test. Upload to github, make a project with codebuild, and aws pipeline.
phpunit.xml
buildspec.yml
Output
**Error in UPLOAD_ARTIFACTS phase: [clover-report: [error processing report: [InvalidParameter: 1 validation error(s) found.
InvalidInputException: Report status is invalid]]]**
Expected behavior
Export clover code coverage report on correct format =/
The text was updated successfully, but these errors were encountered: