From 06691a91c638bdddecfd9c3fa63b99c5cd01f72c Mon Sep 17 00:00:00 2001 From: Michele De La Pena Date: Fri, 7 Jul 2023 08:30:38 -0400 Subject: [PATCH] Test to remove --cov option as RT tests ignoring --bigdata --- JenkinsfileRT | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/JenkinsfileRT b/JenkinsfileRT index 7e5d82bac..4a5b3e0e5 100644 --- a/JenkinsfileRT +++ b/JenkinsfileRT @@ -25,7 +25,8 @@ bc1.conda_packages = ['python=3.9'] bc1.build_cmds = ["pip install numpy astropy codecov pytest-cov ci-watson==0.5", "pip install --upgrade -e '.[test]'", "pip freeze"] -bc1.test_cmds = ["pytest --cov=./ --basetemp=tests_output --bigdata", +// bc1.test_cmds = ["pytest --cov=./ --basetemp=tests_output --bigdata", +bc1.test_cmds = ["pytest --basetemp=tests_output --bigdata", "codecov"] bc1.test_configs = [data_config]