| Branch | Travis | report.ci |
|---|---|---|
| develop | ||
| master |
This repository demonstrates how to use report.ci with Boost.Test. It can be done by adding one command to travis-ci as shown below.
after_script:
- python <(curl -s https://report.ci/upload.py)There's a example PR here and use badges in the markdown file like this:
Last build (the last uploaded one, my be different than from the CI)
[](https://api.report.ci/status/report-ci/junit-example)
Branch master
[](https://api.report.ci/status/report-ci/junit-example&branch=master)
You can also set the level to suites, the default is cases.
[](https://api.report.ci/status/report-ci/junit-example?branch=master)