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

https://github.com/guidewire-oss/fern-reporter

bdd fern ginkgo ginkgo-reporter golang hacktoberfest html-reporter reporter test-visualization testing testing-reporter testing-tool testing-tools

Score: -Infinity

Last synced: about 6 hours ago
JSON representation

Repository metadata:

A ginkgo test reporter extension for storing test run information and also for reporting html pages


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 3 days ago

Total Commits: 254
Total Committers: 19
Avg Commits per committer: 13.368
Development Distribution Score (DDS): 0.465

Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
dependabot[bot] 4****] 136
Anoop Gopalakrishnan 2****1 58
fvarg00 f****0@g****m 20
Finsen Varghese f****e@g****m 6
cwrm56 4****6 6
Sundar OK 3****k 5
kai 🫨 6****E 4
GitHub Action a****n@g****m 4
Prakash m****k@g****m 3
Akshaya Jeyapraksh 8****h 2
Gagan H R 9****4 2
Anirudh Edpuganti 6****3 1
Bharath Sekar b****4@g****m 1
Gowtham Rajeshshekaran g****9@g****m 1
Jalen Bridges 3****1 1
Swathi L s****t@g****m 1
marius-williams m****s 1
qutyjain q****n@g****m 1
tanviranadive 2****e 1

Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 40
Total pull requests: 332
Average time to close issues: 29 days
Average time to close pull requests: 5 days
Total issue authors: 14
Total pull request authors: 22
Average comments per issue: 0.45
Average comments per pull request: 0.6
Merged pull request: 251
Bot issues: 0
Bot pull requests: 220

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

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/guidewire-oss/fern-reporter

Top Issue Authors

  • sundarok (11)
  • anoop2811 (8)
  • fvarg00 (6)
  • cwrm56 (3)
  • gaganhr94 (2)
  • tedd-E (2)
  • mbristol580 (1)
  • gowtham-ra (1)
  • eolatham (1)
  • bsekar (1)
  • tanviranadive (1)
  • ApmeM (1)
  • Swathi-L (1)
  • nimish22 (1)

Top Pull Request Authors

  • dependabot[bot] (220)
  • anoop2811 (43)
  • fvarg00 (14)
  • tanviranadive (10)
  • sundarok (8)
  • cwrm56 (7)
  • gaganhr94 (4)
  • mailprak (4)
  • AkshayaJeyaprakash (3)
  • tedd-E (3)
  • gowtham-ra (2)
  • saini-prakhyat (2)
  • bsekar (2)
  • ANIRUDH-333 (2)
  • cbridges1 (1)

Top Issue Labels

  • good first issue (4)
  • help wanted (2)
  • documentation (1)

Top Pull Request Labels

  • dependencies (220)
  • go (157)
  • github_actions (61)
  • title-needs-formatting (1)

Package metadata

proxy.golang.org: github.com/guidewire-oss/fern-reporter


Dependencies

.github/workflows/build-server.yml actions
  • actions/checkout v4 composite
  • docker/build-push-action v5 composite
  • docker/login-action v3 composite
  • docker/setup-buildx-action v3 composite
Dockerfile docker
  • alpine latest build
  • golang 1.21-alpine build
go.mod go
  • github.com/bytedance/sonic v1.10.2
  • github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d
  • github.com/chenzhuoyu/iasm v0.9.0
  • github.com/gabriel-vasile/mimetype v1.4.3
  • github.com/gin-contrib/cors v1.4.0
  • github.com/gin-contrib/sse v0.1.0
  • github.com/gin-gonic/gin v1.9.1
  • github.com/go-playground/locales v0.14.1
  • github.com/go-playground/universal-translator v0.18.1
  • github.com/go-playground/validator/v10 v10.15.5
  • github.com/go-yaml/yaml v2.1.0+incompatible
  • github.com/gobuffalo/here v0.6.0
  • github.com/goccy/go-json v0.10.2
  • github.com/golang-migrate/migrate/v4 v4.16.2
  • github.com/hashicorp/errwrap v1.1.0
  • github.com/hashicorp/go-multierror v1.1.1
  • github.com/jackc/pgpassfile v1.0.0
  • github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a
  • github.com/jackc/pgx/v5 v5.4.3
  • github.com/jinzhu/inflection v1.0.0
  • github.com/jinzhu/now v1.1.5
  • github.com/json-iterator/go v1.1.12
  • github.com/klauspost/cpuid/v2 v2.2.5
  • github.com/leodido/go-urn v1.2.4
  • github.com/lib/pq v1.10.2
  • github.com/markbates/pkger v0.15.1
  • github.com/mattn/go-isatty v0.0.20
  • github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
  • github.com/modern-go/reflect2 v1.0.2
  • github.com/onsi/ginkgo/v2 v2.13.2
  • github.com/onsi/gomega v1.30.0
  • github.com/pelletier/go-toml/v2 v2.1.0
  • github.com/rogpeppe/go-internal v1.11.0
  • github.com/twitchyliquid64/golang-asm v0.15.1
  • github.com/ugorji/go/codec v1.2.11
  • go.uber.org/atomic v1.7.0
  • golang.org/x/arch v0.5.0
  • golang.org/x/crypto v0.14.0
  • golang.org/x/mod v0.13.0
  • golang.org/x/net v0.17.0
  • golang.org/x/sys v0.14.0
  • golang.org/x/text v0.13.0
  • google.golang.org/protobuf v1.31.0
  • gopkg.in/yaml.v3 v3.0.1
  • gorm.io/driver/postgres v1.5.4
  • gorm.io/gorm v1.25.5
go.sum go
  • 141 dependencies
.github/workflows/codeql.yml actions
  • actions/checkout v4 composite
  • github/codeql-action/analyze v3 composite
  • github/codeql-action/autobuild v3 composite
  • github/codeql-action/init v3 composite
.github/workflows/pr-checker.yml actions
  • thehanimo/pr-title-checker v1.4.1 composite
.github/workflows/scorecard.yml actions
  • actions/checkout 93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 composite
  • actions/upload-artifact 3cea5372237819ed00197afe530f5a7ea3e805c8 composite
  • github/codeql-action/upload-sarif 17573ee1cc1b9d061760f3a006fc4aac4f944fd5 composite
  • ossf/scorecard-action e38b1902ae4f44df626f11ba0734b14fb91f8f86 composite
.github/workflows/trivy-scan.yml actions
  • actions/checkout v4 composite
  • aquasecurity/trivy-action master composite
  • github/codeql-action/upload-sarif v2 composite
.github/workflows/go-lint.yml actions
  • actions/checkout v3 composite
  • actions/setup-go v4 composite
  • golangci/golangci-lint-action v3 composite
.github/workflows/unit-tests.yml actions
  • actions/checkout v4 composite
  • actions/setup-go v4 composite
  • ad-m/github-push-action master composite
  • tj-actions/coverage-badge-go v2 composite
  • tj-actions/verify-changed-files v17 composite
.github/workflows/release.yml actions
  • actions/checkout 8ade135a41bc03ea155e62e844d188df1ea18608 composite
  • actions/setup-go 0c52d547c9bc32b1aa3301fd7a9cb496313a4491 composite
  • goreleaser/goreleaser-action 9c156ee8a17a598857849441385a2041ef570552 composite
.github/workflows/registry.yml actions
  • actions/checkout 8ade135a41bc03ea155e62e844d188df1ea18608 composite
  • docker/build-push-action 1a162644f9a7e87d8f4b053101d1d9a712edc18c composite
  • docker/login-action 74a5d142397b4f367a81961eba4e8cd7edddf772 composite
  • docker/setup-buildx-action e468171a9de216ec08956ac3ada2f0791b6bd435 composite
  • docker/setup-qemu-action 29109295f81e9208d7d86ff1c6c12d2833863392 composite