Skip to content

Commit

Permalink
[README] Fix badge is not updated
Browse files Browse the repository at this point in the history
Since badge is cached in github, badge is not updated.
For example, current coverage is 83.7%, however, badge on NNStreamer mainpage indicated old value.
Reference : https://stackoverflow.com/questions/13808020/include-an-svg-hosted-on-github-in-markdown/16462143#16462143
Related issure : isaacs/github#316

Signed-off-by: gichan-jang <gichan2.jang@samsung.com>
  • Loading branch information
gichan-jang committed Apr 17, 2020
1 parent 3ccc30a commit f15e860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# NNStreamer

[![Gitter][gitter-image]][gitter-url]
[![Code Coverage](http://nnsuite.mooo.com/nnstreamer/ci/badge/codecoverage.svg)](http://nnsuite.mooo.com/nnstreamer/ci/gcov_html/index.html)
[![Code Coverage](http://nnsuite.mooo.com/nnstreamer/ci/badge/codecoverage.svg?sanitize=true)](http://nnsuite.mooo.com/nnstreamer/ci/gcov_html/index.html)
<a href="https://scan.coverity.com/projects/nnsuite-nnstreamer">
<img alt="Coverity Scan Defect Status" src="https://img.shields.io/endpoint?url=https://nnsuite.mooo.com/nnstreamer/ci/badge/badge_coverity.json" />
</a>
[![DailyBuild](http://nnsuite.mooo.com/nnstreamer/ci/taos/daily-build/daily_build_badge.svg)](http://nnsuite.mooo.com/nnstreamer/ci/taos/daily-build/build_result/)
[![DailyBuild](http://nnsuite.mooo.com/nnstreamer/ci/taos/daily-build/daily_build_badge.svg?sanitize=true)](http://nnsuite.mooo.com/nnstreamer/ci/taos/daily-build/build_result/)
![GitHub repo size](https://img.shields.io/github/repo-size/nnstreamer/nnstreamer)
![GitHub issues](https://img.shields.io/github/issues/nnstreamer/nnstreamer)
![GitHub pull requests](https://img.shields.io/github/issues-pr/nnstreamer/nnstreamer)
Expand Down

0 comments on commit f15e860

Please sign in to comment.