diff options
author | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2021-02-26 10:07:24 +0100 |
---|---|---|
committer | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2021-02-26 10:59:01 +0100 |
commit | e12824f490c9d39f3060c5a0f75bb36286209979 (patch) | |
tree | a7b48e22af0ebbf1cb13d60bcc9039ebc3c2b9c0 /mod/bpgenerator/lombok.config | |
parent | 09e62b52feb8d090fe5b91e761a1d74674c02f73 (diff) |
Update coverage reporting for BPGen
Coverage submodule added in order to aggregate reports from
other submodules.
Added lombok configuration to annotate generated methods
with @Generated, so that those can be skipped during coverage
calculation.
Formatted pom.xml
Issue-ID: DCAEGEN2-2636
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: Ie08d1ecd3880b295be99b5b1713e92db060292da
Diffstat (limited to 'mod/bpgenerator/lombok.config')
-rw-r--r-- | mod/bpgenerator/lombok.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/bpgenerator/lombok.config b/mod/bpgenerator/lombok.config new file mode 100644 index 0000000..df71bb6 --- /dev/null +++ b/mod/bpgenerator/lombok.config @@ -0,0 +1,2 @@ +config.stopBubbling = true +lombok.addLombokGeneratedAnnotation = true |