mdtanker / polartoolkit

Helpful tools for polar researchers
http://polartoolkit.readthedocs.io/
MIT License
37 stars 5 forks source link

Add test to Codecov #21

Closed mdtanker closed 1 year ago

mdtanker commented 2 years ago

Once tests are set up following #5 and #8, set up Codecov and add a badge to the readme, similar to below one for Boule.

Test coverage status

mdtanker commented 1 year ago

look into caching pip dependencies to speed up the github action: https://github.com/actions/setup-python#caching-packages-dependencies

mdtanker commented 1 year ago

loot at the PyGMT tesy yaml for using miniconda and mamba to setup GH actions env.

mdtanker commented 1 year ago

Attemped to close this with #91 #92 #96 #97 #98. Ran into lots of issues with python segmentation faults and couldn't resolve it. For now, I've just excluded certain tests with a marker: issues so that pytest ignores them.

I'll keep this issue open till the segfault is fixed.

mdtanker commented 1 year ago

99 added a badge to the readme and index.md files.

mdtanker commented 1 year ago

closed with #135