Create an annotation of the build information and also list first n failed tests. Currently supports nunit and trx formats.
Example
- uses: HylandSoftware/unit-nunit-reporter
if: always()
with:
path: 'test-results/*.xml'
reportType: 'trx'
access-token: ${{secrets.GITHUB_TOKEN}}
This project has been mirror forked from MirrorNG/nunit-reporter.