Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-pylib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-pylib
Commits
d16251b3
Unverified
Commit
d16251b3
authored
1 month ago
by
Daniel Hornung
Browse files
Options
Downloads
Patches
Plain Diff
TEST: Coverage report and visualization.
parent
ae6af491
No related branches found
No related tags found
1 merge request
!193
Utilities and changes for prefilling json schema masks
Pipeline
#65514
passed
1 month ago
Stage: code_style
Stage: linting
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+8
-2
8 additions, 2 deletions
.gitlab-ci.yml
tox.ini
+1
-1
1 addition, 1 deletion
tox.ini
with
9 additions
and
3 deletions
.gitlab-ci.yml
+
8
−
2
View file @
d16251b3
...
@@ -4,8 +4,8 @@
...
@@ -4,8 +4,8 @@
# Copyright (C) 2018 Research Group Biomedical Physics,
# Copyright (C) 2018 Research Group Biomedical Physics,
# Max-Planck-Institute for Dynamics and Self-Organization Göttingen
# Max-Planck-Institute for Dynamics and Self-Organization Göttingen
# Copyright (C) 2019 Henrik tom Wörden
# Copyright (C) 2019 Henrik tom Wörden
# Copyright (C) 2020 Indiscale GmbH <info@indiscale.com>
# Copyright (C) 2020
, 2025
Indiscale GmbH <info@indiscale.com>
# Copyright (C) 2020 Daniel Hornung <d.hornung@indiscale.com>
# Copyright (C) 2020
, 2025
Daniel Hornung <d.hornung@indiscale.com>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# it under the terms of the GNU Affero General Public License as
...
@@ -106,6 +106,12 @@ unittest_py3.13:
...
@@ -106,6 +106,12 @@ unittest_py3.13:
needs
:
[
]
needs
:
[
]
image
:
python:3.13
image
:
python:3.13
script
:
*python_test_script
script
:
*python_test_script
artifacts
:
reports
:
coverage_report
:
coverage_format
:
cobertura
# or jacoco
path
:
coverage.xml
coverage
:
'
/TOTAL.+
([0-9]{1,3}%)/'
unittest_py3.14
:
unittest_py3.14
:
allow_failure
:
true
# remove on release
allow_failure
:
true
# remove on release
...
...
This diff is collapsed.
Click to expand it.
tox.ini
+
1
−
1
View file @
d16251b3
...
@@ -17,6 +17,6 @@ max-line-length=100
...
@@ -17,6 +17,6 @@ max-line-length=100
[pytest]
[pytest]
testpaths
=
unittests
testpaths
=
unittests
xfail_strict
=
True
xfail_strict
=
True
addopts
=
-x -vv --cov=linkahead
addopts
=
-x -vv --cov=linkahead
--cov-report xml --cov-report term
pythonpath
=
src
pythonpath
=
src
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