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

mode 1.21, tests and log msg txt #144

Merged
merged 6 commits into from Oct 16, 2023
Merged

Conversation

kevincobain2000
Copy link
Owner

@kevincobain2000 kevincobain2000 commented Oct 15, 2023

Hi @juev
2 FYI items
FYI-1) I have added branch name json to the Settings -> Protected Branches (force push allowed due to below)

FYI-2) I have also removed some old branches that have been merged.

@github-actions
Copy link

Summary CoverItUp: kevincobain2000/gobrew

Type master feature/ci-and-others
coverage 58.7 %
go-binary-size 5.8k KB
go-mod-dependencies 32
go-sec-issues 6
build-time 5 sec
unit-test-run-time 68 sec

Generated by Cover It Up.
View full report https://coveritup.app/kevincobain2000/gobrew

@kevincobain2000 kevincobain2000 changed the title tests and msg mode 1.21, tests and log msg txt Oct 15, 2023
@github-actions
Copy link

Summary CoverItUp: kevincobain2000/gobrew

Type master feature/ci-and-others
coverage 58.7 %
go-binary-size 5.8k KB
go-mod-dependencies 32
go-sec-issues 6
build-time 5 sec
unit-test-run-time 68 sec

Generated by Cover It Up.
View full report https://coveritup.app/kevincobain2000/gobrew

@github-actions
Copy link

Summary CoverItUp: kevincobain2000/gobrew

Type master feature/ci-and-others
coverage 58.7 % 58.2 % -
go-binary-size 5.8k KB 5.8k KB
go-mod-dependencies 32 29 -
go-sec-issues 6 6
build-time 5 sec 5 sec
unit-test-run-time 68 sec 69 sec +

Generated by Cover It Up.
View full report https://coveritup.app/kevincobain2000/gobrew

gobrew_test.go Outdated
@@ -186,7 +186,8 @@ func TestDoNotUpgradeLatestVersion(t *testing.T) {

gb := NewGoBrewDirectory(tempDir)

binaryDir := filepath.Join(gb.installDir, "bin")
binaryDir := filepath.Join(gb.installDir, "bin", "gobrew")
Copy link
Collaborator

Choose a reason for hiding this comment

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

I don’t understand much, why is binaryDir changing here? This is the directory where the file will be located.

Why does the location of the binary file change?
As a result we will have:

~/.gobrew/bin/gobrew/gobrew

Repository owner deleted a comment from github-actions bot Oct 15, 2023
@github-actions
Copy link

Summary CoverItUp: kevincobain2000/gobrew

Type master feature/ci-and-others
coverage 58.7 % 58.2 % -
go-binary-size 5.8k KB 5.8k KB
go-mod-dependencies 32 29 -
go-sec-issues 6 6
build-time 5 sec 7 sec +
unit-test-run-time 68 sec 91 sec +

Generated by Cover It Up.
View full report https://coveritup.app/kevincobain2000/gobrew

@github-actions
Copy link

Summary CoverItUp: kevincobain2000/gobrew

Type master feature/ci-and-others
coverage 58.7 % 58.2 % -
go-binary-size 5.8k KB 5.8k KB
go-mod-dependencies 32 29 -
go-sec-issues 6 6
build-time 5 sec 7 sec +
unit-test-run-time 68 sec 86 sec +

Generated by Cover It Up.
View full report https://coveritup.app/kevincobain2000/gobrew

@kevincobain2000 kevincobain2000 merged commit defdbff into master Oct 16, 2023
23 checks passed
@kevincobain2000 kevincobain2000 deleted the feature/ci-and-others branch October 16, 2023 09:09
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