Skip to content

Commit

Permalink
Fix help links
Browse files Browse the repository at this point in the history
  • Loading branch information
munderseth authored Jul 1, 2021
1 parent 0d3ac8e commit 8ab6cd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Monitor the status of the software, regardless of the testing method. All the me

- Supports a `branch-based` workflow, and `pull requests`
- Aggregates results for [jobs](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobs), [matrix](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstrategy), and even **multiple workflows**
- Can also publish code coverage, and other artifacts (see [here](https://help.testspace.com/docs/publish/push-data-results#file-content) for details)
- Can also publish code coverage, and other artifacts (see [here](https://help.testspace.com/publish/push-data-results#file-content) for details)

#### Example
The repo - https://github.com/testspace-com/hello.publish - demonstrating support for jobs, matrix, and executing multiple workflows based on the same commit. All of the published results are aggregated together as a single result set.
Expand All @@ -48,7 +48,7 @@ Results are [here](http://testspace-com.testspace.com/projects/testspace-com:hel

![Results](./docs/images/publish.hello.png "Results")

For more information on Publishing test results refer to the help [Overview on publishing](http://help.testspace.com/docs/publish/overview).
For more information on Publishing test results refer to the help [Overview on publishing](http://help.testspace.com/publish/overview).

## Contributing
Contributions are encouraged following the [Contribution Guide](CONTRIBUTING.md).
Expand Down

0 comments on commit 8ab6cd9

Please sign in to comment.