iobis / pyobis

OBIS Python client

Home Page:https://iobis.github.io/pyobis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

update readme badges and/or review coveralls coverage

7yl4r opened this issue · comments

commented
  • look into coveralls coverage
    • does it work w/ gh-actions?
    • is coverage 62%? if so: how to make it 100%?
    • maybe it just needs the badges changed?

This is the coverage report after updating all modules and MOF response improvements, and writing tests for them.

image

I am not sure how to include tests for obisDownload because I couldn't find an endpoint in the API that returns a ready to download file for the occurrence records. All the other module files have 100% coverage.

I couldn't find a way to update the coveralls badge without registering this repo on coveralls.io, which the previous repo was.

I don't know whether we should go forward with registering this repo on coveralls.io or we could utilise this GitHub Action -> coverage.py, we just need to include a .coverage file to the repo for this to work.

I'm OK removing that badge. What do you think @7yl4r?

commented

I put a little time into trying to get it working. After ~20min or so I decided the added complications were not worth it.