Skip to content

Commit

Permalink
(docs) update KPI
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Jun 3, 2024
1 parent 611ad47 commit 42070ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
![go-lint-errors](https://coveritup.app/badge?org=kevincobain2000&repo=go-progress-svg&branch=master&type=go-lint-errors)
![go-test-run-time](https://coveritup.app/badge?org=kevincobain2000&repo=go-progress-svg&branch=master&type=go-test-run-time)

![npm-install-time](https://coveritup.app/badge?org=kevincobain2000&repo=go-progress-svg&branch=master&type=npm-install-time)
![npm-build-time](https://coveritup.app/badge?org=kevincobain2000&repo=go-progress-svg&branch=master&type=npm-build-time)

![go-mod-dependencies](https://coveritup.app/badge?org=kevincobain2000&repo=go-progress-svg&branch=master&type=go-mod-dependencies)

![go-lint-errors](https://coveritup.app/chart?org=kevincobain2000&repo=go-progress-svg&branch=master&type=go-lint-errors&theme=light&line=fill&width=150&height=150&output=svg&line=fill)
Expand All @@ -51,6 +54,9 @@
![coverage](https://coveritup.app/chart?org=kevincobain2000&repo=go-progress-svg&branch=master&type=coverage&theme=light&line=fill&width=150&height=150&output=svg&line=fill)
![go-mod-dependencies](https://coveritup.app/chart?org=kevincobain2000&repo=go-progress-svg&branch=master&type=go-mod-dependencies&theme=light&line=fill&width=150&height=150&output=svg&line=fill)

![npm-install-time](https://coveritup.app/chart?org=kevincobain2000&repo=go-progress-svg&branch=master&type=npm-install-time&theme=light&line=fill&width=150&height=150&output=svg)
![npm-build-time](https://coveritup.app/chart?org=kevincobain2000&repo=go-progress-svg&branch=master&type=npm-build-time&theme=light&line=fill&width=150&height=150&output=svg)



## Usage
Expand Down
4 changes: 1 addition & 3 deletions api/pkg/frontend/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ import Footer from "@components/Footer.astro";
<CircularSegments />
<Battery />
<Bar />
<br>
<br>
<br>
<div class="mt-32"></div>
<hr class="w-24 h-0.5 mx-auto bg-gray-500 border-0 rounded my-10" />
<Article />
<FinalAction />
Expand Down

0 comments on commit 42070ad

Please sign in to comment.