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]