Skip to content

Commit

Permalink
Remove coverage from being part of repo and published to pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mosbth committed Oct 6, 2024
1 parent 1b0ad67 commit 4c1a377
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 3,841 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ coverage:
@rm -f build/coverage/*
coverage run --source=. -m unittest discover -b
coverage html --directory=build/coverage --omit=test_*
rsync -a --delete build/coverage/ docs/coverage/
coverage report -m --omit=test_*


Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ make coverage

A html report of the code coverage is generated into `build/coverage/index.html`.

[View the latest published code coverage report](https://mosbth.github.io/irc2phpbb/coverage/).



Execute marvin in docker
Expand Down
2 changes: 0 additions & 2 deletions docs/coverage/.gitignore

This file was deleted.

139 changes: 0 additions & 139 deletions docs/coverage/bot_py.html

This file was deleted.

Loading

0 comments on commit 4c1a377

Please sign in to comment.