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

build: set null environment for PRs #6638

Closed
wants to merge 1 commit into from
Closed

build: set null environment for PRs #6638

wants to merge 1 commit into from

Conversation

zzmp
Copy link
Contributor

@zzmp zzmp commented May 24, 2023

Description

Uses a "ternary" statement to set a null environment for the test.yml workflow.

This is necessary to avoid "temporarily deployed to false" commit comments on the PR, as described in https://github.com/orgs/community/discussions/36919#discussioncomment-4110859.

@zzmp zzmp temporarily deployed to false May 24, 2023 00:40 — with GitHub Actions Inactive
@zzmp zzmp temporarily deployed to false May 24, 2023 00:40 — with GitHub Actions Inactive
@zzmp zzmp temporarily deployed to false May 24, 2023 00:40 — with GitHub Actions Inactive
@vercel
Copy link

vercel bot commented May 24, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
interface ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 24, 2023 0:44am
interface-node18 ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 24, 2023 0:44am

@codecov
Copy link

codecov bot commented May 24, 2023

Codecov Report

Patch coverage has no change and project coverage change: -39.21 ⚠️

Comparison is base (bd4042a) 60.40% compared to head (3c038d9) 21.19%.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #6638       +/-   ##
===========================================
- Coverage   60.40%   21.19%   -39.21%     
===========================================
  Files         721      707       -14     
  Lines       21166    20850      -316     
  Branches     6977     6935       -42     
===========================================
- Hits        12785     4419     -8366     
- Misses       8304    16415     +8111     
+ Partials       77       16       -61     
Flag Coverage Δ
e2e-tests ?
unit-tests 21.19% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 432 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@zzmp zzmp temporarily deployed to false May 24, 2023 00:45 — with GitHub Actions Inactive
@zzmp zzmp temporarily deployed to false May 24, 2023 00:45 — with GitHub Actions Inactive
@zzmp zzmp temporarily deployed to false May 24, 2023 00:45 — with GitHub Actions Inactive
@zzmp zzmp temporarily deployed to false May 24, 2023 00:45 — with GitHub Actions Inactive
@zzmp zzmp closed this May 24, 2023
@cypress
Copy link

cypress bot commented May 24, 2023

1 flaky tests on run #11313 ↗︎

0 69 8 0 Flakiness 1

Details:

build: set null environment for PRs
Project: Uniswap Interface Commit: 3c038d9205
Status: Passed Duration: 05:37 💡
Started: May 24, 2023 12:48 AM Ended: May 24, 2023 12:53 AM
Flakiness  cypress/e2e/swap/swap.test.ts • 1 flaky test • e2e

View Output Video

Test Artifacts
Swap > Swap on main page > swaps ETH for USDC Output Screenshots Video

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.

@@ -17,7 +17,7 @@ jobs:
lint:
runs-on: ubuntu-latest
environment:
name: ${{ github.ref_name == 'main' && 'notify/test' }}
name: ${{ github.ref_name == 'main' && 'notify/test' || null }}
steps:
- uses: actions/checkout@v3

Choose a reason for hiding this comment

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

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.

2 participants