Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
4bac4653
Commit
4bac4653
authored
Jul 02, 2020
by
Jason R. Coombs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move coverage configuration to .coveragerc. Saves characters and separates concerns.
parent
2a55538a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
+9
-8
.coveragerc
.coveragerc
+8
-0
tox.ini
tox.ini
+1
-8
No files found.
.coveragerc
0 → 100644
View file @
4bac4653
[run]
source=
pkg_resources
setuptools
omit=
*/_vendor/*
[report]
tox.ini
View file @
4bac4653
...
@@ -23,7 +23,7 @@ setenv =
...
@@ -23,7 +23,7 @@ setenv =
# TODO: The passed environment variables came from copying other tox.ini files
# TODO: The passed environment variables came from copying other tox.ini files
# These should probably be individually annotated to explain what needs them.
# These should probably be individually annotated to explain what needs them.
passenv
=
APPDATA HOMEDRIVE HOMEPATH windir Program* CommonProgram* VS* APPVEYOR APPVEYOR_* CI CODECOV_* TRAVIS TRAVIS_* NETWORK_REQUIRED
passenv
=
APPDATA HOMEDRIVE HOMEPATH windir Program* CommonProgram* VS* APPVEYOR APPVEYOR_* CI CODECOV_* TRAVIS TRAVIS_* NETWORK_REQUIRED
commands
=
pytest
--cov-config={toxinidir}/tox.ini --cov-report=
{posargs}
commands
=
pytest {posargs}
usedevelop
=
True
usedevelop
=
True
extras
=
extras
=
tests
tests
...
@@ -53,13 +53,6 @@ changedir = docs
...
@@ -53,13 +53,6 @@ changedir = docs
commands
=
commands
=
python
-m
sphinx
.
{toxinidir}/build/html
python
-m
sphinx
.
{toxinidir}/build/html
[coverage:run]
source
=
pkg_resources
setuptools
omit
=
*/_vendor/*
[testenv:finalize]
[testenv:finalize]
skip_install
=
True
skip_install
=
True
deps
=
deps
=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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