Skip to content

report-ci/go-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go example

Branch Travis Report.ci
develop Build Status Build Status
master Build Status Build Status

This repository demonstrates how to use report.ci with go. 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/go-example/badge.svg)](https://api.report.ci/status/report-ci/go-example)

Branch master

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

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

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published