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

Redirect to browser after build #535

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ValeryVerkhoturov
Copy link

@ValeryVerkhoturov ValeryVerkhoturov commented Feb 23, 2024

AppUrl is used to open browser URL when the build is finished. AppUrlOpenDelay waits when server is ready to accept requests.

Copy link

codecov bot commented Feb 24, 2024

Codecov Report

Attention: Patch coverage is 0% with 10 lines in your changes are missing coverage. Please review.

Project coverage is 64.06%. Comparing base (ca162a8) to head (a7b2c84).

Files Patch % Lines
runner/engine.go 0.00% 9 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #535      +/-   ##
==========================================
- Coverage   64.79%   64.06%   -0.73%     
==========================================
  Files          10       10              
  Lines        1156     1166      +10     
==========================================
- Hits          749      747       -2     
- Misses        327      338      +11     
- Partials       80       81       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -2,6 +2,7 @@ package runner

import (
"fmt"
"github.com/pkg/browser"

Choose a reason for hiding this comment

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

You are advised to change the dependency location according to the following rules:

  1. Official dependence.
  2. External dependencies
  3. Internal dependencies

@@ -20,6 +20,7 @@ require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect

Choose a reason for hiding this comment

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

It seems to me that this project package, which has not been maintained for quite some time, may need to be considered for using this package

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.

None yet

2 participants