Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 597 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 597 Bytes

unit test reporter

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.