Skip to content
Snippets Groups Projects
Commit 4e73ffe7 authored by Chandan Singh's avatar Chandan Singh
Browse files

tox: coverage dir

parent c9a550ff
Branches
Tags
Loading
Pipeline #41213757 failed
......@@ -48,7 +48,7 @@ variables:
after_script:
# Collect our reports
- mkdir -p ${COVERAGE_DIR}
- cp dist/buildstream/.coverage ${COVERAGE_DIR}/coverage."${CI_JOB_NAME}"
- cp .coverage ${COVERAGE_DIR}/coverage."${CI_JOB_NAME}"
except:
- schedules
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment