Skip to content

Commit

Permalink
Test to remove --cov option as RT tests ignoring --bigdata
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlpstsci committed Jul 7, 2023
1 parent d45f733 commit 06691a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion JenkinsfileRT
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down

0 comments on commit 06691a9

Please sign in to comment.