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 #31

Merged
merged 1 commit into from
Dec 30, 2023
Merged

Fix to accept *testing.B #31

merged 1 commit into from
Dec 30, 2023

Conversation

k1LoW
Copy link
Owner

@k1LoW k1LoW commented Dec 30, 2023

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

@k1LoW k1LoW added enhancement New feature or request minor labels Dec 30, 2023
@k1LoW k1LoW self-assigned this Dec 30, 2023
Copy link
Contributor

Code Metrics Report

main (370386d) #31 (25e827b) +/-
Coverage 79.1% 79.4% +0.2%
Code to Test Ratio 1:0.8 1:0.8 +0.0
Test Execution Time 23s 21s -2s
Details
  |                     | main (370386d) | #31 (25e827b) |  +/-  |
  |---------------------|----------------|---------------|-------|
+ | Coverage            |          79.1% |         79.4% | +0.2% |
  |   Files             |              3 |             3 |     0 |
  |   Lines             |            407 |           407 |     0 |
+ |   Covered           |            322 |           323 |    +1 |
+ | Code to Test Ratio  |          1:0.8 |         1:0.8 |  +0.0 |
  |   Code              |            978 |           981 |    +3 |
+ |   Test              |            780 |           786 |    +6 |
+ | Test Execution Time |            23s |           21s |   -2s |

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

Files Coverage +/-
httpstub.go 83.3% +0.3%

Reported by octocov

@k1LoW k1LoW merged commit 8dc757e into main Dec 30, 2023
2 checks passed
@k1LoW k1LoW deleted the tb branch December 30, 2023 01:40
@github-actions github-actions bot mentioned this pull request Dec 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant