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

coverage test only on main branch #213

Merged
merged 1 commit into from
Sep 20, 2023
Merged

coverage test only on main branch #213

merged 1 commit into from
Sep 20, 2023

Conversation

eguzki
Copy link
Contributor

@eguzki eguzki commented Sep 20, 2023

There is an incompatibility between nightly toolchain and time v0.3.28. This makes coverage measurement a broken task until new time crate is released. The fix has already been merged but a new crate has not been release as of today.

This PR runs coverage measurement only on main branch, which will keep failing unfortunately. But at least it will not block all the PR's.

When the new time crate is released, the coverage measurement can be brought back to PR's if we want to check coverage increase/decrease due to the PR changes.

@eguzki eguzki marked this pull request as ready for review September 20, 2023 08:36
@eguzki eguzki requested a review from a team September 20, 2023 08:43
Copy link
Member

@adam-cattermole adam-cattermole left a comment

Choose a reason for hiding this comment

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

Nice changes, they look very reasonable from my point of view

Copy link
Member

@alexsnaps alexsnaps left a comment

Choose a reason for hiding this comment

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

🙏 Thank you!!!

@eguzki eguzki merged commit 6537e3c into main Sep 20, 2023
18 checks passed
@eguzki eguzki deleted the coverage-tests branch September 20, 2023 12:45
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