Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rechunk-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ch1187
rechunk-data
Merge requests
!7
Test coverage
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Test coverage
test_coverage
into
main
Overview
0
Commits
4
Pipelines
1
Changes
2
Merged
Martin Bergemann
requested to merge
test_coverage
into
main
2 years ago
Overview
0
Commits
4
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
c9c67949
4 commits,
2 years ago
2 files
+
12
−
19
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
12
−
18
Options
@@ -48,31 +48,25 @@ test_39:
script
:
-
/tmp/test/bin/python -m pytest -vv
test_latest
:
<<
:
*py_test
before_script
:
-
conda create -c conda-forge -q -p /tmp/test python=3.10 pip dask -y
-
/tmp/test/bin/python -m pip install -e .[test]
script
:
-
/tmp/test/bin/python -m pytest -vv
artifacts
:
when
:
always
reports
:
junit
:
report.xml
paths
:
-
coverage_report
-
report.xml
pages
:
stage
:
report
needs
:
[]
tags
:
-
conda
dependencies
:
-
test_latest
before_script
:
-
conda create -c conda-forge -q -p /tmp/test python=3.10 pip dask -y
-
/tmp/test/bin/python -m pip install -e .[test]
script
:
-
mv coverage_report public/
-
/tmp/test/bin/coverage run -m pytest
-
/tmp/test/bin/coverage report
-
/tmp/test/bin/coverage html
-
/tmp/test/bin/coverage xml
coverage
:
'
/(?i)total.*?
(100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
after_script
:
-
mv htmlcov public
artifacts
:
when
:
always
paths
:
-
public/
reports
:
junit
:
report
.xml
junit
:
coverage
.xml
Loading