Skip to content

Parse Unity's NUnit test results XML and create GH comment with markdown

License

Notifications You must be signed in to change notification settings

sierpinskid/nunit-github-comment

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#NUnit Test Rexult XML to GitHub Comment Parse Unity's NUnit test results XML and create GH comment with markdown

- name: Generate NUnit GH Summary comment 
  uses: sierpinskid/unity-nunit-github-comment@v1
  if: always()
  with:
    inputXmlPath: artifacts/results.xml
    outputHtmlPath: artifacts/gh_comment.txt

Inspired by nunit-html-action

About

Parse Unity's NUnit test results XML and create GH comment with markdown

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages