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

Implement git synchronizer #3

Merged
merged 17 commits into from
Jan 19, 2024
Merged

Implement git synchronizer #3

merged 17 commits into from
Jan 19, 2024

Conversation

walkowif
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented Jan 18, 2024

Unit Tests Summary

1 tests   1 ✅  0s ⏱️
2 suites  0 💤
1 files    0 ❌

Results for commit d732560.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Jan 18, 2024

🧪 Test coverage: 4.73%

Code Coverage Summary

Filename         Stmts    Miss  Cover    Missing
-------------  -------  ------  -------  ---------------
cmd/mirror.go      277     262  5.42%    65-367
cmd/root.go        115     112  2.61%    59-133, 140-192
cmd/utils.go        10       9  10.00%   23-34
TOTAL              402     383  4.73%

Diff against main

Filename         Stmts    Miss  Cover
-------------  -------  ------  -------
cmd/mirror.go     +277    +262  +5.42%
cmd/root.go       +115    +112  +2.61%
cmd/utils.go       +10      +9  +10.00%
TOTAL             +402    +383  +nan%

Results for commit: d732560

Minimum allowed coverage is 80%

♻️ This comment has been updated with latest results

@walkowif walkowif marked this pull request as ready for review January 19, 2024 11:22
@walkowif walkowif requested a review from a team as a code owner January 19, 2024 11:22
README.md Show resolved Hide resolved
go.mod Show resolved Hide resolved
cmd/root.go Outdated Show resolved Hide resolved
cmd/root.go Outdated Show resolved Hide resolved
cmd/mirror.go Outdated Show resolved Hide resolved
cmd/mirror.go Outdated Show resolved Hide resolved
cmd/mirror.go Outdated Show resolved Hide resolved
walkowif and others added 2 commits January 19, 2024 15:53
Co-authored-by: cicdguy <26552821+cicdguy@users.noreply.github.com>
Signed-off-by: walkowif <59475134+walkowif@users.noreply.github.com>
@walkowif walkowif requested a review from cicdguy January 19, 2024 15:03
Copy link

@cicdguy cicdguy left a comment

Choose a reason for hiding this comment

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

LGTM

@walkowif walkowif merged commit 8496bea into main Jan 19, 2024
7 checks passed
@walkowif walkowif deleted the implement-git-synchronizer branch January 19, 2024 15:36
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