Closed sobolevnrm closed 4 years ago
Where does one see the result of the coverage test?
The results are provided as artifacts associated with the action; e.g., https://github.com/jensengroup/propka/actions/runs/141911691
Is there a way to make it report the coverage of the diff and the total coverage change as part of the Pr checks? (This is what I am used to from codecov.io.)
Not that I've figured out... sorry. I'll keep an eye out for this, though.
Would be ok with trying out codecov?
Absolutely; please do!
From: Oliver Beckstein notifications@github.com Sent: Monday, June 22, 2020 2:46 PM To: jensengroup/propka propka@noreply.github.com Cc: Nathan Baker nathanandrewbaker@gmail.com; Author author@noreply.github.com Subject: Re: [jensengroup/propka] Attempt to add coverage.py to testing workflow (#71)
Would be ok with trying out codecov?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fjensengroup%2Fpropka%2Fpull%2F71%23issuecomment-647785576&data=02%7C01%7C%7Ccc464a0c8e87431008ff08d816f5be3d%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637284591991270250&sdata=BYDLKAWGqxP2hMIcUxiRWmrOJXUqPyH%2FD1DiCnvrUKo%3D&reserved=0, or unsubscribehttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAAOX7WFB776O7TKQWFXPPEDRX7GL3ANCNFSM4ODNH36Q&data=02%7C01%7C%7Ccc464a0c8e87431008ff08d816f5be3d%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637284591991270250&sdata=0E3vWD5Ev3ZLmeVs3hkpxke5zaALzR10YOu8UziK%2Fnc%3D&reserved=0.
I'm pretty happy with this. It runs both tests and coverage analysis and saves the output of the coverage analysis as artifacts.
Fixes #68