Skip to content

Releases: testhub-io/testhub-io.action

Update CLI version to v0.15.1

17 Aug 10:00
23ca62b
Compare
Choose a tag to compare

New version of testhub-cli

23 Apr 09:56
3c98d8a
Compare
Choose a tag to compare

Marketplace listing description

06 Dec 11:08
73bd387
Compare
Choose a tag to compare

Show test-hub url in log

06 Dec 10:45
c48a603
Compare
Choose a tag to compare
v0.58

Bump up cli version

Upload test and coverage to TestHub repository

06 Dec 05:57
Compare
Choose a tag to compare

Upload your JUnit Test results and Cobertura 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
      id: hello
      uses: testhub-io/testhub-io.action@v0.57
      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.

Send branch attempt II

19 Sep 09:54
Compare
Choose a tag to compare
v0.50

Branch

Send branch

19 Sep 09:13
5a570bd
Compare
Choose a tag to compare
v0.49

Update Dockerfile