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)
[![Build Status](https://api.report.ci/status/report-ci/junit-example/badge.svg)](https://api.report.ci/status/report-ci/junit-example)
Branch master
[![Build Status](https://api.report.ci/status/report-ci/junit-example/badge.svg&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.
[![Build Status](https://api.report.ci/status/report-ci/junit-example/badge.svg?branch=master&level=suites)](https://api.report.ci/status/report-ci/junit-example?branch=master)