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

bodgit / sshkrb5
66%
main: 85%

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/golang.org/x/crypto-0.32.0
DEFAULT BRANCH: main
Repo Added 18 Jan 2021 02:05PM UTC
Files 5
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 ubuntu
branch: ubuntu
CHANGE BRANCH
x
Reset
  • ubuntu
  • cache-cleanup
  • dependabot/github_actions/actions/checkout-2.3.4
  • dependabot/github_actions/actions/checkout-2.3.5
  • dependabot/github_actions/actions/checkout-2.4.0
  • dependabot/github_actions/actions/checkout-3
  • dependabot/github_actions/actions/setup-go-3
  • dependabot/github_actions/actions/setup-go-4
  • dependabot/github_actions/goreleaser/goreleaser-action-2.6.0
  • dependabot/github_actions/goreleaser/goreleaser-action-2.6.1
  • dependabot/github_actions/goreleaser/goreleaser-action-2.7.0
  • dependabot/github_actions/goreleaser/goreleaser-action-2.8.0
  • dependabot/github_actions/goreleaser/goreleaser-action-2.8.1
  • dependabot/github_actions/goreleaser/goreleaser-action-2.9.0
  • dependabot/github_actions/goreleaser/goreleaser-action-2.9.1
  • dependabot/github_actions/goreleaser/goreleaser-action-3.0.0
  • dependabot/github_actions/goreleaser/goreleaser-action-3.1.0
  • dependabot/github_actions/goreleaser/goreleaser-action-3.2.0
  • dependabot/github_actions/goreleaser/goreleaser-action-4.1.0
  • dependabot/github_actions/goreleaser/goreleaser-action-4.3.0
  • dependabot/github_actions/goreleaser/goreleaser-action-4.4.0
  • dependabot/github_actions/goreleaser/goreleaser-action-v2.4.1
  • dependabot/github_actions/goreleaser/goreleaser-action-v2.5.0
  • dependabot/go_modules/github.com/hashicorp/go-multierror-1.1.1
  • dependabot/go_modules/github.com/jcmturner/gokrb5/v8-8.4.3
  • dependabot/go_modules/github.com/jcmturner/gokrb5/v8-8.4.4
  • dependabot/go_modules/github.com/stretchr/testify-1.10.0
  • dependabot/go_modules/github.com/stretchr/testify-1.7.0
  • dependabot/go_modules/github.com/stretchr/testify-1.7.1
  • dependabot/go_modules/github.com/stretchr/testify-1.7.2
  • dependabot/go_modules/github.com/stretchr/testify-1.7.4
  • dependabot/go_modules/github.com/stretchr/testify-1.7.5
  • dependabot/go_modules/github.com/stretchr/testify-1.8.1
  • dependabot/go_modules/github.com/stretchr/testify-1.8.2
  • dependabot/go_modules/github.com/stretchr/testify-1.8.3
  • dependabot/go_modules/github.com/stretchr/testify-1.8.4
  • dependabot/go_modules/golang.org/x/crypto-0.10.0
  • dependabot/go_modules/golang.org/x/crypto-0.11.0
  • dependabot/go_modules/golang.org/x/crypto-0.12.0
  • dependabot/go_modules/golang.org/x/crypto-0.31.0
  • dependabot/go_modules/golang.org/x/crypto-0.32.0
  • dependabot/go_modules/golang.org/x/crypto-0.6.0
  • dependabot/go_modules/golang.org/x/crypto-0.7.0
  • dependabot/go_modules/golang.org/x/crypto-0.8.0
  • dependabot/go_modules/golang.org/x/crypto-0.9.0
  • dependabot/go_modules/golang.org/x/net-0.7.0
  • main
  • pre-commit
  • refs/tags/v1.0.0
  • release-please
  • tests

12 Aug 2023 04:46PM UTC coverage: 66.372%. Remained the same
5842480412

Pull #49

github

bodgit
test: Run on Ubuntu 22.04 (latest)

Ubuntu 22.04 uses cgroups v2 which isn't supported by the version of
systemd used in CentOS 7.x. Therefore:

* Switch the containers to use Rocky 9.x.
* Keep building the images with Docker but run them with Podman as it
  supports running containers with systemd much better than Docker.
  The containers are also run rootless so privileged ports cannot be
  used.
* Enable actions caching for the Docker build steps.
* Make use of some external actions to simplify the workflow.

Podman could be used to build the images however the version installed
lacks a required option for now.
Pull Request #49: test: Use Ubuntu latest

150 of 226 relevant lines covered (66.37%)

1.34 hits per line

Relevant lines Covered
Build:
Build:
226 RELEVANT LINES 150 COVERED LINES
1.34 HITS PER LINE
Source Files on ubuntu
  • List 2
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
5842480412 ubuntu test: Run on Ubuntu 22.04 (latest) Ubuntu 22.04 uses cgroups v2 which isn't supported by the version of systemd used in CentOS 7.x. Therefore: * Switch the containers to use Rocky 9.x. * Keep building the images with Docker but run them with Pod... Pull #49 12 Aug 2023 05:04PM UTC bodgit github
66.37
5842307777 ubuntu test: Run infrastructure on unprivileged ports Move everything to 8000 + $port, 22 -> 8022, etc. which means it can run in a rootless container if necessary. Pull #49 12 Aug 2023 04:20PM UTC bodgit github
66.37
5842307625 ubuntu test: Run infrastructure on unprivileged ports Move everything to 8000 + $port, 22 -> 8022, etc. which means it can run in a rootless container if necessary. Pull #49 12 Aug 2023 04:20PM UTC bodgit github
66.37
5842284074 ubuntu chore: Run infrastructure on unprivileged ports Move everything to 8000 + $port, 22 -> 8022, etc. which means it can run in a rootless container if necessary. Pull #49 12 Aug 2023 04:15PM UTC bodgit github
66.37
5842283927 ubuntu chore: Run infrastructure on unprivileged ports Move everything to 8000 + $port, 22 -> 8022, etc. which means it can run in a rootless container if necessary. Pull #49 12 Aug 2023 04:15PM UTC bodgit github
66.37
5832866566 ubuntu Update main.yml Pull #49 11 Aug 2023 01:00PM UTC web-flow github
66.37
5832814757 ubuntu Update main.yml Pull #49 11 Aug 2023 12:55PM UTC web-flow github
66.37
5832646662 ubuntu Update main.yml Pull #49 11 Aug 2023 12:39PM UTC web-flow github
66.37
5832358784 ubuntu Update main.yml Pull #49 11 Aug 2023 12:10PM UTC web-flow github
66.37
5831677528 ubuntu Update kdc.conf Pull #49 11 Aug 2023 10:44AM UTC web-flow github
66.37
See All Builds (349)
  • 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

© 2025 Coveralls, Inc