weecology / retriever

Quickly download, clean up, and install public datasets into a database management system
http://data-retriever.org
Other
306 stars 134 forks source link

Improve test coverage #1637

Closed henrykironde closed 2 years ago

henrykironde commented 2 years ago

Currently Codecov code coverage is at 60%. Let us aim for 75%+

Nageshbansal commented 2 years ago

@henrykironde, I have to increase the number of tests so that test coverage can improve?

henrykironde commented 2 years ago

Some lines of code are not tested, so we need to identify them and try to create tests to cover those lines.

Nageshbansal commented 2 years ago

@henrykironde , i have made 65% code coverage , should I make PR now ?

henrykironde commented 2 years ago

Yes make a PR so that I can review the changes.

Nageshbansal commented 2 years ago

@henrykironde can you please assign this issue to me, I'm working on this and I already increased coverage up to 65% by adding tests for create_socrata_dataset.

Nageshbansal commented 2 years ago

@henrykironde The SEDAC data source contains raster, vector datasets we can try to add these datasets.