Skip to content

Commit 407926e

Browse files
committed
ETCM-165: Fix coverage report paths.
1 parent ad87e47 commit 407926e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.buildkite/pipeline.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ in
7070
'';
7171
artifactPaths = [
7272
"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/**/*"
7575
];
7676
};
7777

@@ -83,8 +83,8 @@ in
8383
'';
8484
artifactPaths = [
8585
"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/**/*"
8888
];
8989
};
9090

@@ -96,8 +96,8 @@ in
9696
'';
9797
artifactPaths = [
9898
"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/**/*"
101101
];
102102
};
103103

0 commit comments

Comments
 (0)