Skip to content

Commit 6498366

Browse files
committed
codecov.yml
1 parent 0f2aa4d commit 6498366

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [ ubuntu-latest, windows-latest ]
23-
java: [ '21', '25' ]
23+
java: [ '21' ]
2424
include:
2525
- os: ubuntu-latest
2626
java: '21'

codecov.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)