ANTsX / ANTsPy

A fast medical imaging analysis library in Python with algorithms for registration, segmentation, and more.
https://antspyx.readthedocs.io
Apache License 2.0
629 stars 161 forks source link

Code cov #541

Closed ncullen93 closed 7 months ago

ncullen93 commented 7 months ago

This PR adds a separate workflow for tests on push to master that also uploads the code coverage. I will eventually change this so that it runs once a day as a cron job.

cookpa commented 7 months ago

This is great, but I don't understand the point of a daily cron - how would the results change from one day to the next?

ncullen93 commented 7 months ago

I guess the idea is that you would only test the coverage once a day instead of after every push to master, since every PR is already being tested in the other workflow. But this is fine!

cookpa commented 7 months ago

Oh I see, once a day instead of on push, yes that could be better!