Skip to content

Commit fdd824d

Browse files
committed
Enable test coverage report #32
Signed-off-by: Mārtiņš Avots <martins.avots@splitcells.net>
1 parent 2ef9979 commit fdd824d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.forgejo/workflows/daily-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
cd ~/.local/state/net.splitcells.network.worker/repos/public/net.splitcells.network.bom
4646
mvn clean install
4747
cd ~/.local/state/net.splitcells.network.worker/repos/public/net.splitcells.network.hub
48-
mvn -B clean install # Sonarcloud integration does not work here, as only the `net.splitcells.network` repo is known there.
49-
mvn -B clean install -Dtest.groups=testing_integration -DexcludedGroups="experimental_test"
48+
mvn -B clean install -test_codecov=1 # Sonarcloud integration does not work here, as only the `net.splitcells.network` repo is known there.
49+
mvn -B test -Dtest.groups=testing_integration -DexcludedGroups="experimental_test" -test_codecov=1
5050
bash -c 'bash <(curl -s https://codecov.io/bash)' # Upload tests to codecov.io. As the default shell is sh, a bash wrapping is used.
5151
# Check repos.
5252
cd ~/.local/state/net.splitcells.network.worker/repos/public/net.splitcells.network

0 commit comments

Comments
 (0)