kortov / junit-example

JUnit failing test repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

junit example

Branch Travis report.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/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)

About

JUnit failing test repository


Languages

Language:Java 100.0%