Skip to content

Commit

Permalink
Update coverage badge
Browse files Browse the repository at this point in the history
  • Loading branch information
ogesaku committed Jan 28, 2023
1 parent fc93164 commit 4b1ab21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
annotations_limit: 10
report_paths: '**/build/test-results/**/TEST*.xml'

- name: Publish coverage Report
- name: Publish coverage report
uses: codecov/codecov-action@v3
continue-on-error: true
with:
Expand Down
2 changes: 1 addition & 1 deletion .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Quark Config
[![Build](https://github.com/coditory/quark-config/actions/workflows/build.yml/badge.svg)](https://github.com/coditory/quark-config/actions/workflows/build.yml)
[![Coverage Status](https://coveralls.io/repos/github/coditory/quark-config/badge.svg)](https://coveralls.io/github/coditory/quark-config)
[![Coverage](https://codecov.io/gh/coditory/quark-config/branch/master/graph/badge.svg?token=G4B3UCSDN7)](https://codecov.io/gh/coditory/quark-config)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.coditory.quark/quark-config/badge.svg)](https://mvnrepository.com/artifact/com.coditory.quark/quark-config)

> Lightweight and single purpose java library for loading and manipulating configurations
Expand Down

0 comments on commit 4b1ab21

Please sign in to comment.