No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
1 | + | /* |
|
2 | + | Copyright (c) REBUILD <https://getrebuild.com/> and/or its owners. All rights reserved. |
|
3 | + | ||
4 | + | rebuild is dual-licensed under commercial and open source licenses (GPLv3). |
|
5 | + | See LICENSE and COMMERCIAL in the project root for license information. |
|
6 | + | */ |
|
7 | + | ||
8 | + | package com.rebuild.core.support; |
|
9 | + | ||
10 | + | import ch.qos.logback.core.PropertyDefinerBase; |
|
11 | + | ||
12 | + | /** |
|
13 | + | * logback dir : ${DataDirectory}/_log/ |
|
14 | + | * |
|
15 | + | * @author devezhao |
|
16 | + | * @since 2020/10/20 |
|
17 | + | */ |
|
18 | + | public class LogbackHomePropertyDefiner extends PropertyDefinerBase { |
|
19 | + | ||
20 | + | @Override |
|
21 | + | public String getPropertyValue() { |
|
22 | + | return RebuildConfiguration.getFileOfData("_log").getAbsolutePath(); |
|
23 | + | } |
|
24 | + | } |
Learn more Showing 1 files with coverage changes found.
src/main/java/com/rebuild/core/support/LogbackHomePropertyDefiner.java
Files | Coverage |
---|---|
src/main/java/com/rebuild/core | 0.40% 51.66% |
Project Totals (15 files) | 51.66% |
#235
aa25067
#235
5570e88
#235
94a68fe
0c1ffea
#235
536efcf
#235
f9e30e7
#235
64c8152
#235
a9855ae
#235
7ced8e8
#235
5cd649a
#235
beb7b01
#235
d6dfeda
#235
584bcbe
#235
c4fc82e
#235
8e4d197
#235
e5229cf
#235
f55a526
545fd19
4421146
2d1293c
5c554d3