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
592 stars 160 forks source link

ENH: Set path to source for coverage tests #544

Closed cookpa closed 4 months ago

cookpa commented 4 months ago

Hoping this lets the coveralls successfully find the source files

cookpa commented 4 months ago

Looks like this didn't help, it just made the output more annoying to read by including the whole source tree to the installed package. Still not able to view the source

image
cookpa commented 4 months ago

Doh - further googling reveals the source is only available if the user is signed in.

ncullen93 commented 4 months ago

It should be working now. It works for me, anyways. I just had to sign in and then set the github repo root directory to "home/runner/.local/lib/python3-10/site-packages/" (or something close to that.. cant even see it now).

Screen Shot 2024-02-19 at 12 53 27 AM
ncullen93 commented 4 months ago

Now if I click List and then any file:

Screen Shot 2024-02-19 at 1 00 03 AM
cookpa commented 4 months ago

Thanks @ncullen93 - I see the source now.