Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
RuQaD
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
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
Code review analytics
Issue 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
caosdb
Software
FAIR Data Spaces
RuQaD
Merge requests
!8
Code coverage
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Code coverage
f-coverage
into
dev
Overview
10
Commits
13
Pipelines
10
Changes
10
Merged
Daniel Hornung
requested to merge
f-coverage
into
dev
6 months ago
Overview
10
Commits
13
Pipelines
10
Changes
10
Expand
For issue caosdb/customers/f-fit/management#21
Does the code coverage make sense?
Are the changes to the pipeline OK?
Do all pipelines pass?
Edited
5 months ago
by
Timm Fitschen
0
0
Merge request reports
Compare
dev
version 10
272309f6
5 months ago
version 9
1220ad5d
5 months ago
version 8
77161701
5 months ago
version 7
2b7fd173
5 months ago
version 6
7c5617d3
5 months ago
version 5
77eec869
5 months ago
version 4
8f071fd0
6 months ago
version 3
8f071fd0
6 months ago
version 2
abeeac7a
6 months ago
version 1
024426e3
6 months ago
dev (base)
and
latest version
latest version
11db5d97
13 commits,
5 months ago
version 10
272309f6
12 commits,
5 months ago
version 9
1220ad5d
11 commits,
5 months ago
version 8
77161701
10 commits,
5 months ago
version 7
2b7fd173
9 commits,
5 months ago
version 6
7c5617d3
8 commits,
5 months ago
version 5
77eec869
7 commits,
5 months ago
version 4
8f071fd0
6 commits,
6 months ago
version 3
8f071fd0
8 commits,
6 months ago
version 2
abeeac7a
6 commits,
6 months ago
version 1
024426e3
5 commits,
6 months ago
10 files
+
158
−
16
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
docker/Dockerfile
+
1
−
1
Options
@@ -8,7 +8,7 @@ COPY ./pyproject.toml /ruqad/
# static configuration
COPY
./qualitycheck_config.toml /ruqad/
COPY
./pylinkahead.ini /ruqad/
COPY
./pylinkahead.
template.
ini /ruqad/
pylinkahead.ini
# Installing the package
WORKDIR
/ruqad/
Loading