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

Fix to accept *testing.B #67

Merged
merged 1 commit into from
Jan 12, 2024
Merged

Fix to accept *testing.B #67

merged 1 commit into from
Jan 12, 2024

Conversation

k1LoW
Copy link
Owner

@k1LoW k1LoW commented Jan 12, 2024

Use grpcstub.TB interface (a subset of testing.TB).

Use grpcstub.TB interface (a subset of testing.TB).
@k1LoW k1LoW added enhancement New feature or request minor breaking-change labels Jan 12, 2024
@k1LoW k1LoW self-assigned this Jan 12, 2024
Copy link
Contributor

Code Metrics Report

main (1b12bdb) #67 (d2edb53) +/-
Coverage 81.7% 81.7% 0.0%
Code to Test Ratio 1:0.4 1:0.4 -0.0
Test Execution Time 18s 18s 0s
Details
  |                     | main (1b12bdb) | #67 (d2edb53) | +/-  |
  |---------------------|----------------|---------------|------|
  | Coverage            |          81.7% |         81.7% | 0.0% |
  |   Files             |              3 |             3 |    0 |
  |   Lines             |            639 |           639 |    0 |
  |   Covered           |            522 |           522 |    0 |
- | Code to Test Ratio  |          1:0.4 |         1:0.4 | -0.0 |
  |   Code              |           2144 |          2152 |   +8 |
  |   Test              |            883 |           883 |    0 |
  | Test Execution Time |            18s |           18s |   0s |

Code coverage of files in pull request scope (82.7% → 82.7%)

Files Coverage +/-
grpcstub.go 82.7% 0.0%

Reported by octocov

@k1LoW k1LoW merged commit 1b61271 into main Jan 12, 2024
2 checks passed
@k1LoW k1LoW deleted the tb branch January 12, 2024 12:32
@github-actions github-actions bot mentioned this pull request Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant