Skip to content

Commit

Permalink
codecov?
Browse files Browse the repository at this point in the history
  • Loading branch information
Crafter-Y committed Oct 25, 2023
1 parent 3829f8a commit 48e71b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ jobs:
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
with:
arguments: build
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ A simple Home plugin.

[![CodeQL](https://github.com/Crafter-Y/CraftingHomes/actions/workflows/codeql.yml/badge.svg)](https://github.com/Crafter-Y/CraftingHomes/actions/workflows/codeql.yml)
[![Java CI with Gradle](https://github.com/Crafter-Y/CraftingHomes/actions/workflows/gradle.yml/badge.svg)](https://github.com/Crafter-Y/CraftingHomes/actions/workflows/gradle.yml)
![GitHub contributors](https://img.shields.io/github/contributors/Crafter-Y/CraftingHomes)
![GitHub last commit (branch)](https://img.shields.io/github/last-commit/Crafter-Y/CraftingHomes/dev)

By itself, this is supposed to be a simple Home
plugin (for now) that has the basic commands `/home`, `/homes`,
Expand Down

0 comments on commit 48e71b8

Please sign in to comment.