openzim / _python-bootstrap

Sample openZIM Python project bootstrap
1 stars 1 forks source link

Support uploading to Codecov #1

Closed FledgeXu closed 11 months ago

FledgeXu commented 11 months ago

Since we use the Codecov to track the coverage of the project. Maybe we want to enable it in all python projects?

rgaudin commented 11 months ago

Yes, we usually add it for all repos that have tests.

There's nothing to do code-wise and I've already included codecov in the sample Tests workflow.

rgaudin commented 11 months ago

Did you have anything else in mind that we'd do for codecov?

FledgeXu commented 11 months ago

Not really, maybe be add it to the CI?

rgaudin commented 11 months ago

It's already in the CI

https://github.com/openzim/_python-bootstrap/blob/a014fbec1101ae4374b526e4a56fe5a34eb3ab73/.github/workflows/Tests.yaml#L33-L39

FledgeXu commented 11 months ago

Ah, I missed it. Thanks.