/nunit-reporter

Creates a github check with nunit results

Primary LanguageTypeScriptMIT LicenseMIT

nunit reporter

Create an annotation of the build information and also list first n failed nunit tests

Example

  - uses: MirageNet/nunit-reporter@v1.1.0
      if: always()
      with:
        path: Tests/*.xml
        access-token: ${{ secrets.GITHUB_TOKEN }}

See https://github.com/MirageNet/nunit-reporter/pull/2/files for an example.