Skip to content

Commit

Permalink
modified .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
hyades committed Jul 25, 2013
1 parent f3f119e commit e4c0e9d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -30,6 +30,7 @@
/plugins/.libs/
/plugins/Makefile
/plugins/Makefile.in
/python-api/reports/
/stamp-h1
/tools/.deps/
/tools/Makefile
Expand Down
10 changes: 10 additions & 0 deletions python-api/Makefile
Expand Up @@ -4,3 +4,13 @@ lint:
-pylint --rcfile=.pylintrc gstswitch
mv -f *.html reports/pylint
@echo "Lint report generated in reports/lint_report.html"

# runs py.test also
coverage:
mkdir -p reports
mkdir -p reports/coverage
-py.test --cov-report html --cov gstswitch gstswitch
mv htmlcov/*.* reports/coverage
rmdir htmlcov
rm *.data

0 comments on commit e4c0e9d

Please sign in to comment.