We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f2aa4d commit 6498366Copy full SHA for 6498366
2 files changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
fail-fast: false
21
matrix:
22
os: [ ubuntu-latest, windows-latest ]
23
- java: [ '21', '25' ]
+ java: [ '21' ]
24
include:
25
- os: ubuntu-latest
26
java: '21'
codecov.yml
@@ -0,0 +1,9 @@
1
+coverage:
2
+ status:
3
+ project:
4
+ default:
5
+ target: 95%
6
+ threshold: 1%
7
+ignore:
8
+ - "**/generated/**"
9
+ - "src/main/java/io/github/mnesimiyilmaz/sql4json/cli/Main.java"
0 commit comments