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: remove dependency causing semantic-release to fail #23142

Merged
merged 2 commits into from
Aug 5, 2022

Conversation

ZachJW34
Copy link
Contributor

@ZachJW34 ZachJW34 commented Aug 5, 2022

User facing changelog

na

Additional details

Semantic release has been failing, possibly due to the semantic-release bump a few weeks ago. Hard to verify since we haven't had a passing npm-release job in a while. The problem was due to peer-deps from the @cypress/code-coverage package in npm/vue. Removing this allowed the npm-release job to move pass the error occurring in the @semantic-release/npm prepare plugin (I verified by sshing into the last master npm-release job and running yarn npm-release. The tokens were out of date so no packages were published).

We weren't verifying the results of code-coverage for the vue cypress tests, and it makes more sense in a system test anyway. In fact, we aren't even running the npm/vue cypress tests on CI right now. Going to follow up on this.

Steps to test

No easy way to test this, since running yarn npm-release locally is mostly stubbed. I had to ssh into circleci to verify the behavior.

How has the user experience changed?

na

PR Tasks

  • [na] Have tests been added/updated?
  • [na] Has the original issue (or this PR, if no issue exists) been tagged with a release in ZenHub? (user-facing changes only)
  • [na] Has a PR for user-facing changes been opened in cypress-documentation?
  • [na] Have API changes been updated in the type definitions?

@ZachJW34 ZachJW34 requested a review from a team as a code owner August 5, 2022 15:58
@cypress-bot
Copy link
Contributor

cypress-bot bot commented Aug 5, 2022

Thanks for taking the time to open a PR!

@@ -2,6 +2,7 @@
"name": "@cypress/angular",
"version": "0.0.0-development",
"description": "Test Angular Components using Cypress",
"private": true,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Should have been marked as private since we haven't released yet 😅

Copy link
Contributor

Choose a reason for hiding this comment

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

Good catch!

@ZachJW34 ZachJW34 requested review from tbiethman and admah August 5, 2022 15:59
Copy link
Contributor

@admah admah left a comment

Choose a reason for hiding this comment

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

Looks good!

@@ -2,6 +2,7 @@
"name": "@cypress/angular",
"version": "0.0.0-development",
"description": "Test Angular Components using Cypress",
"private": true,
Copy link
Contributor

Choose a reason for hiding this comment

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

Good catch!

@cypress
Copy link

cypress bot commented Aug 5, 2022



Test summary

37828 0 473 0Flakiness 7


Run details

Project cypress
Status Passed
Commit d6b0bb7
Started Aug 5, 2022 4:35 PM
Ended Aug 5, 2022 4:52 PM
Duration 16:33 💡
OS Linux Debian - 11.3
Browser Multiple

View run in Cypress Dashboard ➡️


Flakiness

commands/xhr.cy.js Flakiness
1 ... > logs response
2 ... > logs request + response headers
3 ... > logs Method, Status, URL, and XHR
4 ... > logs response
cypress/proxy-logging.cy.ts Flakiness
1 Proxy Logging > request logging > xhr log has response body/status code when xhr response is logged first
This comment includes only the first 5 flaky tests. See all 7 flaky tests in the Cypress Dashboard.

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@ZachJW34 ZachJW34 requested a review from a team as a code owner August 5, 2022 16:22
@ZachJW34 ZachJW34 changed the title Merge pull request #23065 from cypress-io/develop fix: remove depedency causing semantic-release to fail Aug 5, 2022
@ZachJW34 ZachJW34 changed the title fix: remove depedency causing semantic-release to fail fix: remove dependency causing semantic-release to fail Aug 5, 2022
@ZachJW34 ZachJW34 merged commit 20f89bf into master Aug 5, 2022
@ZachJW34 ZachJW34 deleted the zachw/fix-semantic-release branch August 5, 2022 20:54
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