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

Fix zero coverage in CI #293

Merged
merged 1 commit into from Apr 12, 2024
Merged

Conversation

eltoder
Copy link
Contributor

@eltoder eltoder commented Apr 12, 2024

Install the project in editable mode, otherwise we run the copy of the code in site-packages which does not match the expected source location.

Closes #289

Install the project in editable mode, otherwise we run the copy of the
code in site-packages which does not match the expected source location.

Closes CleanCut#289
@coveralls
Copy link

Coverage Status

coverage: 95.014% (+95.0%) from 0.0%
when pulling bc0adac on eltoder:feature/fix-ci-coverage
into d706f98 on CleanCut:main.

@eltoder
Copy link
Contributor Author

eltoder commented Apr 12, 2024

I can add -e into other workflows as well. We do run green with coverage there as well, just don't publish those numbers anywhere.

@sodul sodul self-assigned this Apr 12, 2024
Copy link
Collaborator

@sodul sodul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sodul sodul merged commit 4bd3eb7 into CleanCut:main Apr 12, 2024
24 checks passed
@eltoder eltoder deleted the feature/fix-ci-coverage branch April 12, 2024 12:56
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.

Fix lack of coverage in CI
3 participants