File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2
2
[ ![ Last Release] ( https://img.shields.io/github/release-date/unittestbot/jacodb.svg?logo=github )] ( https://github.com/unittestbot/jacodb/releases/latest )
3
3
[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://www.apache.org/licenses/LICENSE-2.0.html )
4
4
![ Pure Java + Kotlin] ( https://img.shields.io/badge/100%25-java%2bkotlin-orange.svg )
5
- [ ![ Coverage ] ( ./docs/badges/jacoco .svg)] ( https://github.com/ UnitTestBot/jacodb/actions/workflows/coverage.yml )
5
+ [ ![ codecov ] ( https://codecov.io/gh/UnitTestBot/jacodb/branch/develop/graph/badge .svg?token=KQ2IDRS0YP )] ( https://codecov.io/gh/ UnitTestBot/jacodb )
6
6
7
7
## Overview
8
8
Original file line number Diff line number Diff line change @@ -113,6 +113,11 @@ allprojects {
113
113
114
114
jacocoTestReport {
115
115
dependsOn(test) // tests are required to run before generating the report
116
+ classDirectories.setFrom(files(classDirectories.files.map {
117
+ fileTree(it) {
118
+ excludes.add(" org/jacodb/impl/storage/jooq/**" )
119
+ }
120
+ }))
116
121
reports {
117
122
xml.required.set(true )
118
123
html.required.set(true )
You can’t perform that action at this time.
0 commit comments