mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 10:51:14 +00:00
Generate more coverage information
This commit is contained in:
@@ -3,3 +3,4 @@ GithubCredentials.py
|
||||
.coverage
|
||||
/dist
|
||||
/MANIFEST
|
||||
/test/htmlcov/
|
||||
|
||||
+3
-1
@@ -5,10 +5,12 @@ rm -f $(find . -name "*.pyc")
|
||||
cd test
|
||||
|
||||
coverage erase
|
||||
coverage run IntegrationTest.py
|
||||
coverage run --branch IntegrationTest.py
|
||||
|
||||
echo "=============="
|
||||
echo "|| Coverage ||"
|
||||
echo "=============="
|
||||
|
||||
coverage report -m --include=../src/*
|
||||
|
||||
coverage html --include=../src/*
|
||||
|
||||
Reference in New Issue
Block a user