Skip to content

testhub-io/testhub-io.action

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

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Upload Test results and coverage reports to TestHub

Usage

In your .github.workflows folder include a workflow.yml file include a step to push to Testhub.

For example

- name: Upload test results
      if: always()   # make sure we run it every time even if test step fails
      uses: testhub-io/testhub-io.action@v0.62
      with:        
        test_result_pattern: "/target/surefire-reports/**/*.xml"
        test_coverage_pattern: "/target/site/jacoco/jacoco.xml"

Viewing pushed coverage and test results

Test results and coverages can be viewed after successful push on TestHub @ https://test-hub.io/<org>

image

image

License

The code in this project is released under the MIT License.