Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify coverage and lint actions v2 #435

Merged
merged 9 commits into from
Dec 29, 2024
Merged

Simplify coverage and lint actions v2 #435

merged 9 commits into from
Dec 29, 2024

Conversation

ajfriend
Copy link
Contributor

@ajfriend ajfriend commented Dec 29, 2024

Separate tests between Python and Cython APIs; see the tests/readme.md. We do this because we are currently not at 100% coverage for the Cython API (note: which isn't currently externally supported), but we are at 100% coverage for the Python API.

We were previously using a coverage service, but ran into issues often enough that it seems easier to just setup a test requiring 100% coverage on the Python API. In the future, we'll also require 100% on the Cython API.

This PR also adds some tests to get back to 100% after adding the experimental polyfill algorithm in #432

@ajfriend ajfriend changed the title Aj/coverage2 Simplify coverage and lint actions v2 Dec 29, 2024
@ajfriend
Copy link
Contributor Author

Subsumes #434

@ajfriend ajfriend merged commit 3d5b12a into master Dec 29, 2024
42 checks passed
@ajfriend ajfriend deleted the aj/coverage2 branch December 29, 2024 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants