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 @@ - - - moon - Created with Sketch. - - - - - - - - - - - - - - - - - \ 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";

- Piece by Piece + Comes with - Pie Charts + Shield Badges

- - A Slice of Insight: Revealing the Whole Picture, Piece by Piece. + + Create your own shield badges with custom text and colors. +

- + badge
+ badge
+ badge
+ badge @@ -35,7 +36,9 @@ 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)`}
diff --git a/app/frontend/src/components/BarChart.astro b/app/frontend/src/components/BarChart.astro index 7a3f1ea..1d2306a 100644 --- a/app/frontend/src/components/BarChart.astro +++ b/app/frontend/src/components/BarChart.astro @@ -11,7 +11,7 @@ import barchart from "@assets/barchart.svg?raw";

- Amazing + Embed @@ -21,14 +21,16 @@ import barchart from "@assets/barchart.svg?raw";

- Calculate Max and Average values automatically. + + Embed metrics into Github's README, Notion, Blogs, and more. +

@@ -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.

diff --git a/app/frontend/src/components/Compare.astro b/app/frontend/src/components/Compare.astro index 0723b94..d95c110 100644 --- a/app/frontend/src/components/Compare.astro +++ b/app/frontend/src/components/Compare.astro @@ -25,27 +25,26 @@ class="bg-gray-900 opacity-75 w-full shadow-lg rounded-lg px-8 pt-6 pb-6 overflow-auto no-scrollbar" >
- Image-Charts: Quota 60 charts per minute + Codecov: Supports only code coverage, not free for private and enterprises.
- InstaChart: Free -

- QuickChart: Rate limits enforced
- InstaChart: Free + CoverItUp: Free, fully customizable
+

+ 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. +

diff --git a/app/frontend/src/components/Hero.astro b/app/frontend/src/components/Hero.astro index dbd22e3..6936e88 100644 --- a/app/frontend/src/components/Hero.astro +++ b/app/frontend/src/components/Hero.astro @@ -25,7 +25,7 @@

- 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

@@ -53,7 +60,7 @@
-

Find us on Product Hunt!

+

Featured!

- Beautiful + Code - Line Charts + Coverages

- Your go-to online tool for effortlessly creating, customizing, and sharing - professional charts as images. + Record code coverages and view trends over time.

{`
-https://instachart.coveritup.app/line?title=Line
-&subtitle=Sleeping+Hours
-&data={
-    "x": ["Mon","Tue","Wed"],
-    "y": [[4,8,7], [10,20,24]],
-    "names": ["Sleeping", "Awake"]
-}`}
+- name: Code Coverage + run: | + curl -sLk https://raw.githubusercontent.com/kevincobain2000/cover-totalizer/master/install.sh | sh + echo SCORE=\`./cover-totalizer coverage.xml\` >> "$GITHUB_ENV" +- uses: kevincobain2000/action-coveritup@v1 + with: + type: coverage`}
@@ -52,7 +51,7 @@ https://instachart.coveritup.app/line?title=Line
diff --git a/app/frontend/src/components/MultipleOutputs.astro b/app/frontend/src/components/MultipleOutputs.astro index 52bc94d..d839af6 100644 --- a/app/frontend/src/components/MultipleOutputs.astro +++ b/app/frontend/src/components/MultipleOutputs.astro @@ -25,6 +25,10 @@ PNG +

+ Charts can be generated as SVG or PNG. +

+

-
- -
-

- Easy - - Radar Charts - -

-

- - - Navigating Data Depths: Plotting Points to Connect the Dots. -

- -
-
- -
-
-
- - -
- -
-
- diff --git a/app/frontend/src/components/SelfHosting.astro b/app/frontend/src/components/SelfHosting.astro index 5c84e8b..e3cb54f 100644 --- a/app/frontend/src/components/SelfHosting.astro +++ b/app/frontend/src/components/SelfHosting.astro @@ -23,7 +23,7 @@

- Convert charts to images for free. + Elevate data insights for optimal code.

- Multiple Themes +
Github
+ &
+ Github Enterprise

- Choose from multiple themes to suit your needs to embed metrics charts in README + Instant feedback on your code changes.

-

Light

-
- -
-

Dark

-

- +

+ Supports all languages and frameworks

-
+
+

Available in multiple themes light and dark

diff --git a/app/frontend/src/pages/index.astro b/app/frontend/src/pages/index.astro index 030dd02..8f4bb1a 100644 --- a/app/frontend/src/pages/index.astro +++ b/app/frontend/src/pages/index.astro @@ -5,12 +5,11 @@ import LineChart from "@components/LineChart.astro"; import Themes from "@components/Themes.astro"; import Hero from "@components/Hero.astro"; import BarChart from "@components/BarChart.astro"; -import RadarChart from "@components/RadarChart.astro"; import SelfHosting from "@components/SelfHosting.astro"; import FinalAction from "@components/FinalAction.astro"; import Compare from "@components/Compare.astro"; import MultipleOutputs from "@components/MultipleOutputs.astro"; -import PieChart from "@components/PieChart.astro"; +import Badges from "@components/Badges.astro"; import Footer from "@components/Footer.astro"; --- @@ -23,14 +22,12 @@ import Footer from "@components/Footer.astro"; -