Miksus / rocketry

Modern scheduling library for Python
https://rocketry.readthedocs.io
MIT License
3.25k stars 105 forks source link

CI: 158 fix local testing #162

Open Miksus opened 1 year ago

Miksus commented 1 year ago

Resolves #158. This PR renames the pytest command-line argument --no-build (default False) to --check-build (default False) so that local testing won't require an argument by default and they won't test the version. The CI build tests have this argument set.

Miksus commented 1 year ago

This PR also removes two outdated and unused workflows from CI.

codecov-commenter commented 1 year ago

Codecov Report

Base: 95.36% // Head: 95.36% // No change to project coverage :thumbsup:

Coverage data is based on head (22e0dd0) compared to base (cced194). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #162 +/- ## ======================================= Coverage 95.36% 95.36% ======================================= Files 80 80 Lines 4660 4660 ======================================= Hits 4444 4444 Misses 216 216 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Mikael+Koli). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Mikael+Koli)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.