Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gevent
Commits
59a4e3cd
Commit
59a4e3cd
authored
Nov 08, 2018
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More tweaks to coverage, since coveralls isn't reporting as expected. [appveyor skip]
parent
b32ed3d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
Makefile
Makefile
+3
-2
src/gevent/tests/.coveragerc
src/gevent/tests/.coveragerc
+1
-1
No files found.
Makefile
View file @
59a4e3cd
...
...
@@ -112,7 +112,8 @@ travis_test_linters:
coverage_combine
:
coverage combine
.
src/gevent/tests/
-
coveralls
--rcfile
=
src/gevent/tests/.coveragerc
coverage report
-i
-
coveralls
-v
--rcfile
=
src/gevent/tests/.coveragerc
.PHONY
:
clean doc prospector lint travistest travis
...
...
@@ -186,7 +187,7 @@ test-py34: $(PY34)
PYTHON
=
python3.4.8
PATH
=
$(BUILD_RUNTIMES)
/versions/python3.4.8/bin:
$(PATH)
make develop basictest
test-py35
:
$(PY35)
PYTHON
=
python3.5.5
PATH
=
$(BUILD_RUNTIMES)
/versions/python3.5.5/bin:
$(PATH)
make develop basictest
PYTHON
=
python3.5.5
PATH
=
$(BUILD_RUNTIMES)
/versions/python3.5.5/bin:
$(PATH)
GEVENTTEST_COVERAGE
=
1 make develop basictest coverage_combine
test-py36
:
$(PY36)
PYTHON
=
python3.6.7
PATH
=
$(BUILD_RUNTIMES)
/versions/python3.6.7/bin:
$(PATH)
make develop lint basictest
...
...
src/gevent/tests/.coveragerc
View file @
59a4e3cd
...
...
@@ -43,4 +43,4 @@ omit =
# as source, so it fails the whole process.
# coverage 4.5 needs this specified here, 4.4.2 needed it in [run]
*.so
test_*
/tmp/
test_*
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