File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 17
17
java-package : jdk
18
18
19
19
- name : Run tests
20
- run : mvn clean test jacoco:report coveralls:jacoco -Dcoveralls.token=${{ secrets.COVERALLS_TOKEN }}
20
+ run : mvn clean test coveralls:jacoco -Dcoveralls.token=${{ secrets.COVERALLS_TOKEN }}
Original file line number Diff line number Diff line change
1
+ lombok.addLombokGeneratedAnnotation = true
Original file line number Diff line number Diff line change 474
474
<groupId >org.jacoco</groupId >
475
475
<artifactId >jacoco-maven-plugin</artifactId >
476
476
<version >${version.org.jacoco.maven-plugin} </version >
477
+ <configuration >
478
+ <!-- exclude generated code -->
479
+ <excludes >
480
+ <exclude >org/fiware/ngsi/**/*</exclude >
481
+ </excludes >
482
+ </configuration >
477
483
<executions >
478
484
<execution >
479
485
<id >pre-unit-tests</id >
You can’t perform that action at this time.
0 commit comments