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(publish): Remove our own waiting logic #814

Merged
merged 1 commit into from
Sep 6, 2024
Merged

Conversation

epage
Copy link
Collaborator

@epage epage commented Sep 6, 2024

This has been available in Cargo since 1.66 (2022-12-15) and keeps being a source of problems.

Fixes #813

This has been available in Cargo since 1.66 (2022-12-15) and keeps being
a source of problems.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 10740954175

Details

  • 0 of 2 (0.0%) changed or added relevant lines in 2 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+0.05%) to 9.005%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/steps/publish.rs 0 1 0.0%
src/steps/release.rs 0 1 0.0%
Files with Coverage Reduction New Missed Lines %
src/ops/version.rs 1 82.83%
Totals Coverage Status
Change from base Build 10688480694: 0.05%
Covered Lines: 219
Relevant Lines: 2432

💛 - Coveralls

@epage epage merged commit c32bc39 into crate-ci:master Sep 6, 2024
14 checks passed
@epage epage deleted the wait-less branch September 6, 2024 15:35
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.

release hangs when publishing to private repository
2 participants