Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SaQC
Manage
Activity
Members
Labels
Plan
Issues
36
Issue boards
Milestones
Wiki
Code
Merge requests
8
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rdm-software
SaQC
Commits
24e100c0
Commit
24e100c0
authored
4 years ago
by
Bert Palm
🎇
Browse files
Options
Downloads
Patches
Plain Diff
new CI
parent
ffec9392
No related branches found
No related tags found
3 merge requests
!271
Static expansion of regular expressions
,
!260
Follow-Up Translations
,
!237
Flagger Translations
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-1
7 additions, 1 deletion
.gitlab-ci.yml
with
7 additions
and
1 deletion
.gitlab-ci.yml
+
7
−
1
View file @
24e100c0
...
...
@@ -38,22 +38,28 @@ testLib:
# fuzzy testing saqc
fuzzy
:
allow_failure
:
true
stage
:
test
script
:
-
pytest tests/fuzzy
allow_failure
:
true
# make (visual) coverage in gitlab merge request diff's
coverage
:
allow_failure
:
true
stage
:
test
script
:
-
pip install pytest-cov coverage
-
pytest --cov=saqc tests/core tests/flagger tests/funcs
after_script
:
-
coverage xml
# regex to find the coverage percentage in the job output
coverage
:
'
/^TOTAL.+?(\d+\%)$/'
artifacts
:
when
:
always
reports
:
cobertura
:
coverage.xml
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment