Skip to content

report-ci/catch-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Catch.Test example

Branch Travis report.ci [travis-ci]
develop Build Status Report Status
master Build Status Report Status

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/catch-example/badge.svg)](https://api.report.ci/status/report-ci/catch-example)

Branch master

[![Build Status](https://api.report.ci/status/report-ci/catch-example/badge.svg&branch=master)](https://api.report.ci/status/report-ci/catch-example&branch=master)

You can also set the level to suites, the default is cases.

[![Build Status](https://api.report.ci/status/report-ci/catch-example/badge.svg?branch=master&level=suites)](https://api.report.ci/status/report-ci/catch-example?branch=master)

Releases

No releases published

Packages

No packages published