This website works better with JavaScript.
Home
Help
Register
Sign In
Stunkymonkey
/
borgmatic
forked from
witten/borgmatic
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Suppress part of an obnoxious warning about disabling coverage (for end-to-end tests).
master
Dan Helfman
1 year ago
parent
dc43c38e29
commit
76d79f0331
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
setup.cfg
+ 2
- 0
setup.cfg
View File
@ -4,6 +4,8 @@ description-file=README.md
[tool:pytest]
testpaths
=
tests
addopts
=
--cov-report term-missing:skip-covered --cov=borgmatic --ignore=tests/end-to-end
filterwarnings
=
ignore:Coverage disabled.*:pytest.PytestWarning
[flake8]
ignore
=
E501,W503
Write
Preview
Loading…
Cancel
Save