pepone / nunit-reporter

Creates a github check with nunit results

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Creates a github check with nunit results

License:MIT License


Languages

Language:TypeScript 96.9%Language:JavaScript 2.5%Language:Shell 0.6%