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

ci(commit.yml): fix silently failing test step #2335

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

wpbonelli
Copy link
Member

@wpbonelli wpbonelli commented Oct 15, 2024

The test step was suppressing errors, I think because we ran coverage immediately after. Move coverage to a subsequent step. This reveals a few failing tests which are not addressed in this changeset.

The test step was suppressing errors, I think because we ran coverage immediately after. Move coverage to a subsequent step.
@wpbonelli wpbonelli added the bug label Oct 15, 2024
@wpbonelli wpbonelli marked this pull request as ready for review October 15, 2024 23:04
@wpbonelli wpbonelli merged commit e75d065 into modflowpy:develop Oct 15, 2024
11 of 23 checks passed
@wpbonelli wpbonelli deleted the ci-fix branch October 15, 2024 23:05
wpbonelli added a commit that referenced this pull request Oct 17, 2024
Fix tests whose failures were suppressed before #2335:

* skip snapshot on mac for test_mp7.py::test_mp7_output, mp7 results differ slightly for some reason
* fix the venv bin/lib directory names on Windows in test_generate_classes.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant