Skip to content
Snippets Groups Projects
Commit a15a62f5 authored by lukas leufen's avatar lukas leufen
Browse files

fixed test path

parent f392ad53
No related branches found
No related tags found
2 merge requests!6updated inception model and data prep class,!5Running CI
#!/usr/bin/env bash #!/usr/bin/env bash
# run coverage twice, 1) for html deploy 2) for success evaluation # run coverage twice, 1) for html deploy 2) for success evaluation
python3 -m pytest --cov=${CODE_PATH} --cov-report html python3 -m pytest --cov=src --cov-report html test/
python3 -m pytest --cov=${CODE_PATH} --cov-report term | tee coverage_results.out python3 -m pytest --cov=src --cov-report term test/ | tee coverage_results.out
IS_FAILED=$? IS_FAILED=$?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment