An open API service for producing an overview of a list of open source projects.

https://github.com/maxgreen01/go-test-analyzer

Score: -Infinity

Last synced: about 16 hours ago
JSON representation

Repository metadata:

Multi-stage tool for automatically detecting, analyzing, and refactoring test cases in Go projects via static analysis and AST manipulation.


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 1 day ago

Total Commits: 69
Total Committers: 2
Avg Commits per committer: 34.5
Development Distribution Score (DDS): 0.043

Commits in past year: 40
Committers in past year: 2
Avg Commits per committer in past year: 20.0
Development Distribution Score (DDS) in past year: 0.05

Name Email Commits
maxgreen01 6****1 66
maxgreen-1 6****1 3

Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 0
Total pull requests: 0
Average time to close issues: N/A
Average time to close pull requests: N/A
Total issue authors: 0
Total pull request authors: 0
Average comments per issue: 0
Average comments per pull request: 0
Merged pull request: 0
Bot issues: 0
Bot pull requests: 0

Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/maxgreen01/go-test-analyzer

Top Issue Authors

Top Pull Request Authors


Top Issue Labels

Top Pull Request Labels


Package metadata

proxy.golang.org: github.com/maxgreen01/go-test-analyzer

  • Homepage: https://github.com/maxgreen01/go-test-analyzer
  • Documentation: https://pkg.go.dev/github.com/maxgreen01/go-test-analyzer#section-documentation
  • Licenses: mit
  • Latest release: v1.2.2 (published 2 months ago)
  • Last Synced: 2026-08-25T16:01:35.700Z (1 day ago)
  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 4.716%
    • Average: 4.874%
    • Dependent repos count: 5.033%

Dependencies

go.mod go
  • github.com/jessevdk/go-flags v1.6.1
  • github.com/lmittmann/tint v1.1.1
  • github.com/mattn/go-colorable v0.1.14
  • github.com/mattn/go-isatty v0.0.20
  • golang.org/x/mod v0.24.0
  • golang.org/x/sync v0.14.0
  • golang.org/x/sys v0.33.0
  • golang.org/x/tools v0.33.0
go.sum go
  • github.com/jessevdk/go-flags v1.6.1
  • github.com/lmittmann/tint v1.1.1
  • github.com/mattn/go-colorable v0.1.14
  • github.com/mattn/go-isatty v0.0.20
  • golang.org/x/mod v0.24.0
  • golang.org/x/sync v0.14.0
  • golang.org/x/sys v0.6.0
  • golang.org/x/sys v0.33.0
  • golang.org/x/tools v0.33.0
test/testdata/sampleproj/go.mod go
  • github.com/davecgh/go-spew v1.1.1
  • github.com/frankban/quicktest v1.14.6
  • github.com/google/go-cmp v0.5.9
  • github.com/kr/pretty v0.3.1
  • github.com/kr/text v0.2.0
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/rogpeppe/go-internal v1.9.0
  • github.com/stretchr/testify v1.10.0
  • gopkg.in/yaml.v3 v3.0.1
test/testdata/sampleproj/go.sum go
  • github.com/creack/pty v1.1.9
  • github.com/davecgh/go-spew v1.1.1
  • github.com/frankban/quicktest v1.14.6
  • github.com/google/go-cmp v0.5.9
  • github.com/kr/pretty v0.3.1
  • github.com/kr/text v0.2.0
  • github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/rogpeppe/go-internal v1.9.0
  • github.com/stretchr/testify v1.10.0
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v3 v3.0.1