Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 971 Bytes

README.MD

File metadata and controls

29 lines (18 loc) · 971 Bytes

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.