diff --git a/app/frontend/src/assets/piechart.svg b/app/frontend/src/assets/piechart.svg deleted file mode 100644 index 55462a1..0000000 --- a/app/frontend/src/assets/piechart.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/app/frontend/src/assets/radarchart.svg b/app/frontend/src/assets/radarchart.svg deleted file mode 100644 index 8374cdb..0000000 --- a/app/frontend/src/assets/radarchart.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/app/frontend/src/assets/sun.svg b/app/frontend/src/assets/sun.svg deleted file mode 100644 index 32e8441..0000000 --- a/app/frontend/src/assets/sun.svg +++ /dev/null @@ -1,21 +0,0 @@ - \ No newline at end of file diff --git a/app/frontend/src/components/PieChart.astro b/app/frontend/src/components/Badges.astro similarity index 55% rename from app/frontend/src/components/PieChart.astro rename to app/frontend/src/components/Badges.astro index 30a8bf5..7b10439 100644 --- a/app/frontend/src/components/PieChart.astro +++ b/app/frontend/src/components/Badges.astro @@ -1,5 +1,5 @@ --- -import piechart from "@assets/piechart.svg?raw"; + --- @@ -11,21 +11,22 @@ import piechart from "@assets/piechart.svg?raw";
- +
- Apply your own customization and create bar charts as images. + + Embeddable Badges for README +
{` -https://instachart.coveritup.app/pie?title=Pie -&subtitle=Sleeping+Hours -&data={ - "names": ["Monday", "Friday", "Saturday", "Sunday"], - "values": [4, 6 ,7, 9] -}`}+![badge](https://coveritup.app/chart?org=kevincobain2000 +&repo=gobrew +&type=coverage +&branch=master)`}
@@ -39,7 +41,7 @@ import barchart from "@assets/barchart.svg?raw";
- Apply your own customization and create bar charts as images. + Apply your own customization and create bar charts as images for your metrics.
+ A reliable alternative to Codecov, Coveralls, SonarQube and other services. +
- Extremely fast on response on 512 MB RAM and Single Core CPU.
+ Coveritup is a free, fully customizable code coverage tool. Self Hosting is simple and easy. It supports all major languages and frameworks.
- Written in Go and fully scalable. Zero overheads.
+
+
+ Code Coverage recording is not the only metric to improve your code quality. Coveritup supports all major metrics like Code Coverage, Code Duplication, Code Complexity, Code Smells, Security Vulnerabilities, and many more.
+
- Record what is important for your project. + Record what matters.
- Don't just record code coverage.
+ Don't just record code coverage.
Take complete control over your coverage reports and badges.
+
+
+ Code Coverages
+ Unit Test Times
+ Build Times
+ Dependency Counts
+ Charts can be generated as SVG or PNG. +
+