Skip to content

Commit

Permalink
removing coverage stuff after CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
gutomaia committed Nov 2, 2017
1 parent da3275e commit 04ead5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.check
*.coverage
*.egg-info/
*.exe
*.fns
Expand All @@ -8,6 +9,7 @@
.checkpoint/
.tox/
build/
coverage.xml
deps/
dist/
github.mk
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ python.mk:
touch $@

clean: python_clean
@rm -rf .coverage coverage.xml

purge: python_purge
@rm python.mk
Expand Down

0 comments on commit 04ead5f

Please sign in to comment.