We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0660249 commit d1f5d8eCopy full SHA for d1f5d8e
docker-compose.test.yml
@@ -32,6 +32,8 @@ services:
32
cmsRunFunctionalTests -v --coverage codecov/functionaltests.xml ;
33
FUNC=$? ;
34
35
+ echo "Results: $UNIT $FUNC" ;
36
+
37
# This contraption is needed because otherwise failing unit tests aren't
38
# reported in the CI as long as the functional tests are passing. Ideally
39
# we should get rid of `cmsRunFunctionalTests` and make those tests work
0 commit comments