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
We noticed in CI that when ament_black tests pass our build goes green, but the interface that scrapes the XML file doesn't list any of the passing tests from black. This is a direct consequence of the fact that report argument passed to the xunit construction logic is empty, because it is built from the PatchSet, which in the passing case is empty.
This should be fixed to be brought inline with the other ROS linting tools.
The text was updated successfully, but these errors were encountered:
asymingt
changed the title
The xunit file produced by ament_black is malformed for the passing case
The xunit file is malformed int the passing case (0 tests)
May 1, 2023
We noticed in CI that when
ament_black
tests pass our build goes green, but the interface that scrapes the XML file doesn't list any of the passing tests from black. This is a direct consequence of the fact thatreport
argument passed to the xunit construction logic is empty, because it is built from thePatchSet
, which in the passing case is empty.Example from a test passing with 26 files:
This should be fixed to be brought inline with the other ROS linting tools.
The text was updated successfully, but these errors were encountered: