Skip to content

Commit 1990d53

Browse files
committed
Update workflow and README
1 parent e196bea commit 1990d53

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/maven.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ jobs:
2929
cache: maven
3030
- name: Build with Maven
3131
run: mvn -B package --file pom.xml
32-
32+
- name: Generate JaCoCo Badge
33+
uses: cicirello/jacoco-badge-generator@v2
34+
with:
35+
generate-branches-badge: true
3336
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
3437
- name: Update dependency graph
3538
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# LLM JSON auto repair
22

3+
![Build](https://github.com/coderphonui/jsonautorepair/actions/workflows/maven.yml/badge.svg)
4+
[![Coverage](.github/badges/jacoco.svg)](https://github.com/coderphonui/jsonautorepair/actions/workflows/maven.yml)
5+
36
A tiny library to repair JSON string output from LLM. It fixes most of the common issues from the LLM JSON output, eg:
47

58
* Remove the ```json``` code block

0 commit comments

Comments
 (0)