File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 45
45
cd ~/.local/state/net.splitcells.network.worker/repos/public/net.splitcells.network.bom
46
46
mvn clean install
47
47
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
50
50
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.
51
51
# Check repos.
52
52
cd ~/.local/state/net.splitcells.network.worker/repos/public/net.splitcells.network
You can’t perform that action at this time.
0 commit comments