poliastro / czml3

Python 3 library to write CZML
https://pypi.org/project/czml3/
MIT License
37 stars 30 forks source link

Codecov Behaviour Test #129

Closed Stoops-ML closed 1 week ago

Stoops-ML commented 1 week ago

Test to see if Codecov uploads the coverage reports from a fork of the repo.

Stoops-ML commented 1 week ago

The secrets aren't passed, but Codecov handles this case. From the log: Fork detected, tokenless uploading used. Perhaps the previous behaviour is a Heisenbug.

I'll continue working on why the coverage reports aren't being generated.

Stoops-ML commented 1 week ago

In this PR I've used a minimally edited workflow given as an example from codecov-action

codecov[bot] commented 1 week ago

Codecov Report

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

Please upload report for BASE (main@06abdce). Learn more about missing BASE report.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #129 +/- ## ======================================= Coverage ? 48.53% ======================================= Files ? 11 Lines ? 1125 Branches ? 0 ======================================= Hits ? 546 Misses ? 579 Partials ? 0 ``` | [Flag](https://app.codecov.io/gh/poliastro/czml3/pull/129/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=poliastro) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/poliastro/czml3/pull/129/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=poliastro) | `48.53% <ø> (?)` | | 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=poliastro#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Stoops-ML commented 1 week ago

Seems like Codecov is now working. I'm going to merge and make a dummy PR to test it's behaviour.