Skip to content

Commit

Permalink
Add Codecov integration and badge
Browse files Browse the repository at this point in the history
  • Loading branch information
ILikeYourHat committed Jan 30, 2025
1 parent a1738d4 commit 04c3571
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ jobs:

- name: Build project
run: ./gradlew build

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Kudoku

[![Build](https://github.com/ilikeyourhat/kudoku/actions/workflows/build.yml/badge.svg)](https://github.com/ILikeYourHat/Kudoku/actions/workflows/build.yml)
[![Codecov](https://codecov.io/gh/ILikeYourHat/Kudoku/graph/badge.svg?token=WGDOE6PGCW)](https://codecov.io/gh/ILikeYourHat/Kudoku)
[![Maven Central Version](https://img.shields.io/maven-central/v/io.github.ilikeyourhat.kudoku/kudoku)](https://central.sonatype.com/artifact/io.github.ilikeyourhat.kudoku/kudoku)
[![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com/)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/ilikeyourhat/kudoku/blob/master/LICENSE.md)
Expand Down

0 comments on commit 04c3571

Please sign in to comment.