tskit-dev / tskit

Population-scale genomics
MIT License
147 stars 69 forks source link

Fix codecov yml #2918

Closed benjeffery closed 3 months ago

jeromekelleher commented 3 months ago

Do we need similar changes elsewhere?

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.79%. Comparing base (2ae3b14) to head (3d74438).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2918 +/- ## ======================================= Coverage 89.79% 89.79% ======================================= Files 30 30 Lines 30399 30399 Branches 5909 5909 ======================================= Hits 27296 27296 Misses 1778 1778 Partials 1325 1325 ``` | [Flag](https://app.codecov.io/gh/tskit-dev/tskit/pull/2918/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tskit-dev) | Coverage Δ | | |---|---|---| | [c-tests](https://app.codecov.io/gh/tskit-dev/tskit/pull/2918/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tskit-dev) | `86.21% <ø> (ø)` | | | [lwt-tests](https://app.codecov.io/gh/tskit-dev/tskit/pull/2918/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tskit-dev) | `80.78% <ø> (ø)` | | | [python-c-tests](https://app.codecov.io/gh/tskit-dev/tskit/pull/2918/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tskit-dev) | `67.71% <ø> (ø)` | | | [python-tests](https://app.codecov.io/gh/tskit-dev/tskit/pull/2918/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tskit-dev) | `98.96% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=tskit-dev#carryforward-flags-in-the-pull-request-comment) to find out more.
benjeffery commented 3 months ago

Do we need similar changes elsewhere?

Possibly - I just discovered curl --data-binary @.codecov.yml https://codecov.io/validate which checks your config. Will run it on other repos.