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

Upgrade dependencies #218

Merged
merged 2 commits into from May 4, 2023
Merged

Upgrade dependencies #218

merged 2 commits into from May 4, 2023

Conversation

makkes
Copy link
Member

@makkes makkes commented May 3, 2023

go-git 5.5.1 shipped a breaking change (go-git/go-git#623) that we need to take into account here in setting AllowEmptyCommits: true when initializing a bitbucket repository.

@codecov-commenter
Copy link

codecov-commenter commented May 3, 2023

Codecov Report

Patch coverage: 55.55% and project coverage change: -0.03 ⚠️

Comparison is base (f52eb0f) 58.80% compared to head (cf89773) 58.78%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #218      +/-   ##
==========================================
- Coverage   58.80%   58.78%   -0.03%     
==========================================
  Files          75       75              
  Lines        6178     6182       +4     
==========================================
+ Hits         3633     3634       +1     
- Misses       2002     2004       +2     
- Partials      543      544       +1     
Impacted Files Coverage Δ
stash/client_repositories_org.go 63.02% <0.00%> (-0.68%) ⬇️
stash/git.go 62.77% <100.00%> (+0.11%) ⬆️

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

@makkes makkes force-pushed the bump-deps branch 4 times, most recently from a4c2d03 to f7bca8a Compare May 4, 2023 07:34
go-git 5.5.1 shipped a breaking change
(go-git/go-git#623) that we need to take into
account here in setting `AllowEmptyCommits: true` when initializing
a bitbucket repository.

Signed-off-by: Max Jonas Werner <mail@makk.es>
The tests are already triggered by the `pull-request` event (which is
also emitted when the head branch of the PR is updated). For PRs
created from branches of the ggp repo, having the `push` event for all
branches in the workflow definition will trigger it twice. Therefore I
changed it to only run on pushes to `main` now, following what we do
in other repos.

Signed-off-by: Max Jonas Werner <mail@makk.es>
@makkes makkes merged commit f6df9bf into main May 4, 2023
8 checks passed
@makkes makkes deleted the bump-deps branch May 4, 2023 09:35
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

4 participants