File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 29
29
cache : maven
30
30
- name : Build with Maven
31
31
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
33
36
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
34
37
- name : Update dependency graph
35
38
uses : advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
Original file line number Diff line number Diff line change 1
1
# LLM JSON auto repair
2
2
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
+
3
6
A tiny library to repair JSON string output from LLM. It fixes most of the common issues from the LLM JSON output, eg:
4
7
5
8
* Remove the ``` json ``` code block
You can’t perform that action at this time.
0 commit comments