Michael Förderer
Michael Förderer
I saw the XSD but e.g. the documentation of the attribute `clover` on the root level is missing. The transformation also doesn't write this required attribute.
It's required. If the server accepts it than they don't validate the data. But the XSD describes the expected data someone has to provide.
I started on this but it's really complicated. All elements are mandatory according to the XSD but it seems that bamboo doesn't know the XSD and tries to read as...
@AJIOB Please can you check the linked PR? The generated files are valid according to the XSD schema.
> Maybe we can see the output of https://github.com/openclover/clover-examples/tree/master as a truly Java valid file output (I think it should be also convenient with XSD schema). There is no example...
@AJIOB Please can you check the updated branch?
The option only affects the summary report and not the JSON summary report.
The decision coverage is fairly new and buggy. It was introduced in the HTML writer, the TXT summary writer and the JSON output (representation of the whole internal data structure)....
The usage of the paging in Jira is done in a different way than in . There is an [issue](https://jira.atlassian.com/browse/BCLOUD-13806) from Atlassian still open which looks the same and has...
Can someone test https://github.com/Spacetown/atlassian-python-api/tree/jira_add_get_paged?