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

Support wildcard paths in coverage.paths: #388

Merged
merged 1 commit into from
Jul 2, 2024
Merged

Support wildcard paths in coverage.paths: #388

merged 1 commit into from
Jul 2, 2024

Conversation

k1LoW
Copy link
Owner

@k1LoW k1LoW commented Jul 2, 2024

Fix: #387

@k1LoW k1LoW added enhancement New feature or request minor labels Jul 2, 2024
@k1LoW k1LoW self-assigned this Jul 2, 2024
Copy link
Contributor

github-actions bot commented Jul 2, 2024

Code Metrics Report

main (e727b8c) #388 (4906b67) +/-
Coverage 50.7% 50.7% +0.0%
Code to Test Ratio 1:0.5 1:0.5 +0.0
Test Execution Time 23s 27s +4s
Details
  |                     | main (e727b8c) | #388 (4906b67) |  +/-  |
  |---------------------|----------------|----------------|-------|
+ | Coverage            |          50.7% |          50.7% | +0.0% |
  |   Files             |             53 |             53 |     0 |
  |   Lines             |           3774 |           3780 |    +6 |
+ |   Covered           |           1914 |           1920 |    +6 |
+ | Code to Test Ratio  |          1:0.5 |          1:0.5 |  +0.0 |
  |   Code              |           7408 |           7417 |    +9 |
+ |   Test              |           4380 |           4404 |   +24 |
- | Test Execution Time |            23s |            27s |   +4s |

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

Files Coverage +/-
report/report.go 66.4% +0.2%

Benchmark-0 (this is custom metrics test)

main (e727b8c) #388 (4906b67) +/-
Number of iterations 1000 1000 0
Nanoseconds per iteration 676.5 ns/op 676.5 ns/op 0 ns/op
Metadata
main (e727b8c) #388 (4906b67)
GOOS darwin darwin
GOARCH amd64 amd64

Benchmark-1 (this is custom metrics test)

main (e727b8c) #388 (4906b67) +/-
Number of iterations 1500 1500 0
Nanoseconds per iteration 1345 ns/op 1345 ns/op 0 ns/op
Metadata
main (e727b8c) #388 (4906b67)
GOOS darwin darwin
GOARCH amd64 amd64

Reported by octocov

@k1LoW k1LoW merged commit 04f371b into main Jul 2, 2024
7 checks passed
@k1LoW k1LoW deleted the wildcard-paths branch July 2, 2024 14:58
@github-actions github-actions bot mentioned this pull request Jul 2, 2024
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.

[FEATURE REQUEST] Enable use of **/ * in coverage.paths
1 participant