Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fslpy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository 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
FSL
fslpy
Commits
c3f7ed15
Commit
c3f7ed15
authored
1 year ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
MNT: Remove coveragerc
parent
4074af67
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.coveragerc
+0
-4
0 additions, 4 deletions
.coveragerc
pyproject.toml
+1
-0
1 addition, 0 deletions
pyproject.toml
with
1 addition
and
4 deletions
.coveragerc
deleted
100644 → 0
+
0
−
4
View file @
4074af67
[run]
source = fsl
omit =
fsl/data/imagewrapper.py
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
0
View file @
c3f7ed15
...
...
@@ -94,6 +94,7 @@ version = {attr = "fsl.version.__version__"}
[tool.coverage.run]
include
=
[
"fsl/*"
]
omit
=
[
"fsl/data/imagewrapper.py"
]
[tool.pytest.ini_options]
...
...
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