From 71f057ffab6fd1778246d8b052db87398b6a9936 Mon Sep 17 00:00:00 2001 From: "jijoong.moon" Date: Wed, 3 Jun 2020 07:25:37 +0900 Subject: [PATCH] [ CI ] Fix wrong ci url Recently we move ci server and there are some cases didn't apply the change. In this PR, change it in the README.md file **Self evaluation:** 1. Build test: [X]Passed [ ]Failed [ ]Skipped 2. Run test: [X]Passed [ ]Failed [ ]Skipped Signed-off-by: jijoong.moon --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0adc42..c5098d9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # NNtrainer -[![Code Coverage](http://ec2-54-180-96-14.ap-northeast-2.compute.amazonaws.com/nntrainer/ci/badge/codecoverage.svg)](http://ec2-54-180-96-14.ap-northeast-2.compute.amazonaws.com/nntrainer/ci/gcov_html/index.html) +[![Code Coverage](http://nnsuite.mooo.com/nntrainer/ci/badge/codecoverage.svg)](http://nnsuite.mooo.com/nntrainer/ci/gcov_html/index.html) ![GitHub repo size](https://img.shields.io/github/repo-size/nnstreamer/nntrainer) ![GitHub issues](https://img.shields.io/github/issues/nnstreamer/nntrainer) ![GitHub pull requests](https://img.shields.io/github/issues-pr/nnstreamer/nntrainer) -- 2.7.4