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

feat(operator): add mockgen cmd to makefile #403

Merged
merged 1 commit into from
Jun 8, 2023

Conversation

moomman
Copy link
Contributor

@moomman moomman commented Jun 8, 2023

Type of change:

  • Bugfix
  • New feature provided
  • Improve performance
  • Backport patches

What this PR does / why we need it:

add mockgen cmd

Pre-submission checklist:

  • Did you explain what problem does this PR solve? Or what new features have been added?
  • Have you added corresponding test cases?
  • Have you modified the corresponding document?

#272

@github-actions github-actions bot added the operator solutions of operator label Jun 8, 2023
@sonarcloud
Copy link

sonarcloud bot commented Jun 8, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@codecov-commenter
Copy link

Codecov Report

Merging #403 (3604a24) into main (e52f093) will decrease coverage by 7.63%.
The diff coverage is 12.11%.

@@            Coverage Diff             @@
##             main     #403      +/-   ##
==========================================
- Coverage   47.34%   39.71%   -7.63%     
==========================================
  Files          48       51       +3     
  Lines        5264     6083     +819     
==========================================
- Hits         2492     2416      -76     
- Misses       2547     3448     +901     
+ Partials      225      219       -6     
Impacted Files Coverage Δ
pitr/agent/internal/handler/backup.go 15.00% <ø> (ø)
pitr/agent/internal/handler/restore.go 0.00% <ø> (ø)
pitr/agent/internal/handler/show.go 0.00% <ø> (ø)
pitr/agent/internal/pkg/opengauss.go 3.93% <ø> (ø)
pitr/agent/internal/pkg/pkg.go 0.00% <ø> (ø)
pitr/agent/pkg/cmds/cmd.go 49.46% <ø> (ø)
pitr/agent/pkg/gsutil/conn.go 29.41% <ø> (ø)
pitr/agent/pkg/strutil/rand_string.go 90.90% <ø> (ø)
pitr/agent/pkg/xerror/error.go 61.53% <ø> (ø)
pitr/cli/internal/cmd/backup.go 73.47% <0.00%> (ø)
... and 25 more

... and 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@mlycore mlycore merged commit 1800364 into apache:main Jun 8, 2023
@moomman moomman deleted the add-mockgen branch June 8, 2023 05:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
operator solutions of operator
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants