-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Dear Sebastian (@awvwgk),
I use your nice and neat FORTRAN test driver. Thank you for sharing it!
To integrate the FORTRAN tests into an Azure DevOps build pipeline (means: let the test results being displayed properly), I have added a functionality to write the test results to a JUnit.xml file that can be consumed by Azure DevOps.
I referred to this xml schema: https://github.com/windyroad/JUnit-Schema/blob/master/JUnit.xsd. (This might be an alternative: https://github.com/junit-team/junit5/blob/22a64e7aad5ae0e3c9cf2a692f77bd3de8d1bbed/platform-tests/src/test/resources/jenkins-junit.xsd, but I have not used it.)
Are you interested to get my changes resp. to integrate them into your project?
If yes, how should I submit my code to you?
Kind regards,
Oliver