• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jfrog / froggit-go
84%
master: 84%

Build:
Build:
LAST BUILD BRANCH: feature/bitbucketCloudSupport
DEFAULT BRANCH: master
Repo Added 01 Jan 2022 09:23AM UTC
Files 18
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH feature/bitbucketCloudSupport
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • aaa
  • add-author-to-pr-info
  • add_app_repos_list
  • add_commit_sha_to_pr
  • add_title_attrib_pr
  • bug-fix/fix-azure-repo-info-response
  • bug-fix/fix-missing-edge-cases-azure-get-repo-info
  • dependabot/go_modules/github.com/cloudflare/circl-1.3.3
  • dependabot/go_modules/github.com/cloudflare/circl-1.3.7
  • dependabot/go_modules/github.com/go-git/go-git/v5-5.11.0
  • dependabot/go_modules/golang.org/x/crypto-0.17.0
  • dependabot/go_modules/golang.org/x/net-0.17.0
  • dependabot/go_modules/golang.org/x/net-0.7.0
  • dependabot/go_modules/golang.org/x/oauth2-0.27.0
  • dependabot/go_modules/google.golang.org/protobuf-1.33.0
  • feature/INTG-693-add-create-org-var-method
  • feature/add-create-pr-with-detailed-data
  • feature/add-github-app-requests
  • feature/add-is-code-scanning-enabled
  • feature/bitbucket-cloud-support
  • feature/bitbucketCloudSupport
  • fix-create-branch
  • fix-creation-of-single-file
  • fix-dependency-submission-api-convertor
  • fix/azure-ssh-url-graceful-handling
  • fix/azure-ssh-validation-clean
  • frogbot-github.com/go-git/go-git/v5-8b55d1e069495ef60fc2af465e42fc9f
  • github_pr_state
  • githubapp_list_repositories
  • improvemnet/improve-functions-performance
  • master
  • missing-owner
  • new_gh_pr_functions
  • patch-1
  • refs/tags/v1.1.0
  • refs/tags/v1.1.1
  • refs/tags/v1.10.0
  • refs/tags/v1.11.0
  • refs/tags/v1.12.0
  • refs/tags/v1.2.0
  • refs/tags/v1.3.0
  • refs/tags/v1.3.1
  • refs/tags/v1.3.2
  • refs/tags/v1.4.0
  • refs/tags/v1.4.1
  • refs/tags/v1.4.2
  • refs/tags/v1.5.0
  • refs/tags/v1.5.1
  • refs/tags/v1.5.2
  • refs/tags/v1.5.3
  • refs/tags/v1.5.4
  • refs/tags/v1.5.5
  • refs/tags/v1.6.0
  • refs/tags/v1.6.1
  • refs/tags/v1.6.2
  • refs/tags/v1.6.3
  • refs/tags/v1.7.0
  • refs/tags/v1.7.1
  • refs/tags/v1.7.2
  • refs/tags/v1.7.3
  • refs/tags/v1.7.4
  • refs/tags/v1.8.0
  • refs/tags/v1.8.1
  • refs/tags/v1.9.0
  • special-character-bug
  • test-cla
  • update-deps
  • update-go-git
  • update-mogo
  • update_go_bitbucket_0_9_88
  • upgrade-github-go
  • upload-code-scanning-ref
  • upload-snapshot-to-github-dependency-graph

04 Feb 2026 07:53AM UTC coverage: 84.031% (-0.003%) from 84.034%
21663415295

Pull #180

github

adityajalkhare
Trying to fix rate limit issue during BB Cloud api calls -
- Implemented 5-minute TTL cache for GetLatestCommit() results
- Cache key format: "owner/repository/branch"
- Thread-safe implementation using sync.RWMutex
- Reduces API calls by ~70% during multi-branch scanning operations
- Prevents rate limit errors (1,000 req/hour limit on Bitbucket Cloud)
Pull Request #180: Bitbucket Cloud Authentication and Rate Limit Fix

36 of 40 new or added lines in 1 file covered. (90.0%)

4557 of 5423 relevant lines covered (84.03%)

6.39 hits per line

Relevant lines Covered
Build:
Build:
5423 RELEVANT LINES 4557 COVERED LINES
6.39 HITS PER LINE
Source Files on master
  • Tree
  • List 18
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
21663415295 feature/bitbucketCloudSupport Trying to fix rate limit issue during BB Cloud api calls - - Implemented 5-minute TTL cache for GetLatestCommit() results - Cache key format: "owner/repository/branch" - Thread-safe implementation using sync.RWMutex - Reduces API calls by ~70% dur... Pull #180 04 Feb 2026 01:45PM UTC adityajalkhare github
84.03
21673192192 update_go_bitbucket_0_9_88 fix tests Pull #181 04 Feb 2026 01:26PM UTC attiasas github
83.99
21334300522 update-deps Update dependencies and fix bitbucket-go udpate change Pull #178 25 Jan 2026 02:39PM UTC dortam888 github
83.41
21333392222 update-deps Update dependencies and fix bitbucket-go udpate change Pull #178 25 Jan 2026 01:30PM UTC dortam888 github
83.41
21108795919 master Upload Code Scanning With Ref To Github (#176) * UploadCodeScanningWithRef * added tests and updated readme * fixed linter issues push 18 Jan 2026 08:33AM UTC web-flow github
84.03
21108064176 upload-code-scanning-ref fixed linter issues Pull #176 18 Jan 2026 07:28AM UTC orto17 github
84.03
21107814144 upload-code-scanning-ref added tests and updated readme Pull #176 18 Jan 2026 07:07AM UTC orto17 github
84.03
20993779328 feature/bitbucket-cloud-support Revert github.go changes Pull #177 14 Jan 2026 12:18PM UTC eyalk007 github
83.36
20993748792 feature/bitbucket-cloud-support Remove redundant comments Pull #177 14 Jan 2026 12:17PM UTC eyalk007 github
83.36
20993649802 feature/bitbucket-cloud-support Add Bitbucket Cloud support for Repository/Workspace Access Tokens - Support Bearer token authentication when no username is provided - Add git clone fallback for repository downloads (BCLOUD-23783 workaround) - Implement DeletePullRequestComment... Pull #177 14 Jan 2026 12:14PM UTC eyalk007 github
83.35
See All Builds (513)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc