File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 70
70
'' ;
71
71
artifactPaths = [
72
72
"rlp/target/test-reports/**/*"
73
- "rlp/target/scala/ 2.12/scoverage-report/**/*"
74
- "rlp/target/scala/ 2.12/coverage-report/**/*"
73
+ "rlp/target/scala- 2.12/scoverage-report/**/*"
74
+ "rlp/target/scala- 2.12/coverage-report/**/*"
75
75
] ;
76
76
} ;
77
77
83
83
'' ;
84
84
artifactPaths = [
85
85
"target/test-reports/**/*"
86
- "target/scala/ 2.12/scoverage-report/**/*"
87
- "target/scala/ 2.12/coverage-report/**/*"
86
+ "target/scala- 2.12/scoverage-report/**/*"
87
+ "target/scala- 2.12/coverage-report/**/*"
88
88
] ;
89
89
} ;
90
90
96
96
'' ;
97
97
artifactPaths = [
98
98
"target/test-reports/**/*"
99
- "target/scala/ 2.12/scoverage-report/**/*"
100
- "target/scala/ 2.12/coverage-report/**/*"
99
+ "target/scala- 2.12/scoverage-report/**/*"
100
+ "target/scala- 2.12/coverage-report/**/*"
101
101
] ;
102
102
} ;
103
103
You can’t perform that action at this time.
0 commit comments