A place to play with Bokeh plots and look at some local weather data from the Radcliffe Observatory.
Code coverage can be checked locally prior to pushing to the repository using coverage
, which can also generate an HTML to assess each line:
coverage run --source . -m pytest && coverage html
(use the Codecov badge to see live reports)