catch2/tools
Martin Hořeňovský de67278e14
JUnit reporter uses only 3 decimal places when reporting durations
We used to use whatever precision we ended up having from C++'s
stdlib. However, some relatively popular tools, like Jenkins,
use Maven SureFire XML schema to validate JUnit test reports, and
Maven SureFire schema requires the duration to have at most 3
decimal places.

For compatibility, the JUnit reporter will now respect this
limitation.

Closes #2221
2021-10-10 22:10:48 +02:00
..
misc Add Linux and Windows CI builds with surrogate TUs 2021-02-19 23:23:00 +01:00
scripts JUnit reporter uses only 3 decimal places when reporting durations 2021-10-10 22:10:48 +02:00