Skip to content

Creates a github check with nunit results

License

Notifications You must be signed in to change notification settings

xibz/nunit-reporter

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Repository files navigation

nunit reporter

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

Example

  - uses: xibz/[email protected]
      if: always()
      with:
        reportTitle: v1
        path: Tests/*.xml
        access-token: ${{ secrets.GITHUB_TOKEN }}

About

Creates a github check with nunit results

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 97.5%
  • JavaScript 2.5%