Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
pyMOR
pymor
Commits
d93e2a15
Commit
d93e2a15
authored
Jan 19, 2023
by
René Fritze
Browse files
[codecov] tighter coverage limits for tests, ignore generated `version.py`
parent
3725ef05
Pipeline
#188846
passed with stages
in 36 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.codecov.yml
View file @
d93e2a15
...
...
@@ -15,12 +15,24 @@ coverage:
status
:
changes
:
false
project
:
pymor
:
# since we have no policy on this might as well turn this off entirely
target
:
0%
flags
:
-
gitlab_ci
-
github_actions
default
:
false
pymor
:
# since we have no policy on this might as well turn this off entirely
target
:
0%
flags
:
-
gitlab_ci
-
github_actions
paths
:
-
"
src/pymor/*"
-
"
!src/pymor/version.py"
tests
:
# if test coverage decreases, something very wrong is happening in CI
target
:
95%
flags
:
-
gitlab_ci
-
github_actions
paths
:
-
"
src/pymortests/*"
patch
:
pymor
:
target
:
0%
github-bridge
@project_976_bot
mentioned in commit
c2d6686a
·
Jan 24, 2023
mentioned in commit
c2d6686a
mentioned in commit c2d6686a8372641c5eb018268bf88cf0be7b8a83
Toggle commit list
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment