Skip to content

Commit

Permalink
Adjusting badges
Browse files Browse the repository at this point in the history
  • Loading branch information
jmramosr authored May 20, 2020
1 parent 5aa8ce9 commit 03d2d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Travis Cpp Makefile Example
Example to make CI with travis with C++98 example code and gtest to test it, sonarcloud to track smells and codecov to check the code covered by tests. I'm not responsible of the code granted by the example.

[![codecov](https://codecov.io/gh/jmramosr/TravisCppMakefileExample/branch/master/graph/badge.svg)](https://codecov.io/gh/jmramosr/TravisCppMakefileExample) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=jmramosr_TravisCppMakefileExample&metric=coverage)](https://sonarcloud.io/dashboard?id=jmramosr_TravisCppMakefileExample) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=jmramosr_TravisCppMakefileExample&metric=alert_status)](https://sonarcloud.io/dashboard?id=jmramosr_TravisCppMakefileExample) [![Build Status](https://travis-ci.com/jmramosr/TravisCppCmakeExample.svg?branch=master)](https://travis-ci.com/github/jmramosr/TravisCppCmakeExample)
[![codecov](https://codecov.io/gh/jmramosr/TravisCppMakefileExample/branch/master/graph/badge.svg)](https://codecov.io/gh/jmramosr/TravisCppMakefileExample) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=jmramosr_TravisCppMakefileExample&metric=coverage)](https://sonarcloud.io/dashboard?id=jmramosr_TravisCppMakefileExample) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=jmramosr_TravisCppMakefileExample&metric=alert_status)](https://sonarcloud.io/dashboard?id=jmramosr_TravisCppMakefileExample) [![Build Status](https://travis-ci.com/jmramosr/TravisCppMakefileExample.svg?branch=master)](https://travis-ci.com/github/jmramosr/TravisCppMakefileExample)

## How to use this example in your project.

Expand Down

0 comments on commit 03d2d32

Please sign in to comment.