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

all: fix tests by migrating to github.com/onsi/ginkgo/v2 #47

Merged
merged 1 commit into from
Sep 24, 2022

Conversation

odeke-em
Copy link
Collaborator

@odeke-em odeke-em commented Sep 24, 2022

Fixes a stale dependency by migrating to the recommended v2 version, and that was purposefully failing tests such as in https://github.com/cosmos/gosec/actions/runs/3116664571/jobs/5054700976#step:5:647

While here, also fixed a flake with comparisons of sorts that weren't in order.

Fixes a stale dependency by migrating to the recommended v2
version, and that was purposefully failing tests such as in
https://github.com/cosmos/gosec/actions/runs/3116664571/jobs/5054700976#step:5:647

While here, also fixed a flake with comparisons of sorts that
weren't in order.
@odeke-em odeke-em force-pushed the fix-test-with-ginkgo-migration-to-v2 branch from e869e27 to aa9df55 Compare September 24, 2022 02:06
@codecov-commenter
Copy link

Codecov Report

Base: 70.86% // Head: 71.77% // Increases project coverage by +0.90% 🎉

Coverage data is based on head (aa9df55) compared to base (c75406a).
Patch coverage: 85.36% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
+ Coverage   70.86%   71.77%   +0.90%     
==========================================
  Files           9        9              
  Lines         587      627      +40     
==========================================
+ Hits          416      450      +34     
- Misses        146      149       +3     
- Partials       25       28       +3     
Impacted Files Coverage Δ
call_list.go 90.90% <ø> (ø)
config.go 82.92% <ø> (ø)
helpers.go 45.83% <ø> (ø)
analyzer.go 88.23% <85.36%> (-0.79%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

@odeke-em odeke-em merged commit aa9df55 into master Sep 24, 2022
@odeke-em odeke-em deleted the fix-test-with-ginkgo-migration-to-v2 branch September 24, 2022 02:10
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