Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fxdgm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Habscheid
fxdgm
Merge requests
!9
Added Coverage
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Added Coverage
JanHab/fxdgm-testing:main
into
main
Overview
3
Commits
10
Pipelines
1
Changes
2
Merged
Jan Habscheid
requested to merge
JanHab/fxdgm-testing:main
into
main
1 month ago
Overview
3
Commits
10
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Viewing commit
0037e2e2
Prev
Next
Show latest version
2 files
+
9
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
0037e2e2
Add Coverage?
· 0037e2e2
Jan Habscheid
authored
3 months ago
.gitlab-ci.yml
+
8
−
1
Options
@@ -49,7 +49,14 @@ test:
tags
:
-
docker
script
:
-
python -m pytest
# Run the tests
# - python -m pytest # Run the tests
-
pytest --cov=fxdgm --cov-report=xml --cov-report=term-missing tests/
# Run the tests and store coverage
artifacts
:
paths
:
-
coverage.xml
# Save the coverage report
expire_in
:
12 month
# Optional: Set how long to keep the artifacts (default: 30 days)
coverage
:
'
/^TOTAL.*\s+(\d+\%)$/'
# Job to deploy documentation to GitLab Pages
pages
:
Loading