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

sapcc / go-makefile-maker
3%
main: 3%

Build:
Build:
LAST BUILD BRANCH: add_test_args
DEFAULT BRANCH: main
Repo Added 18 Mar 2022 02:17PM UTC
Token WNX3gobUsvnB5ye6aDuBfxoAptZ0040yh regen
Build 1196 Last
Files 8
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 fix/ginkgo
branch: fix/ginkgo
CHANGE BRANCH
x
Reset
Sync Branches
  • fix/ginkgo
  • Clean-up
  • GoReleaser-update
  • SuperSandro2000-patch-1
  • add-cobaltcore-ironcore
  • add-logo
  • add-sapci
  • add_test_args
  • addlicense-ignores
  • allow-gg-option-as-dot-import
  • allow-none-build
  • allow-replace-client-go
  • auto-update
  • autofill-bininfo
  • autoupdateable-deps
  • buildkit-opt-in
  • bump
  • bump-actions-version
  • bump-checkout-action
  • bump-k8s-versions
  • check-reuse-lint
  • christmas-break-2024
  • christmas-break-2024-over
  • clean-up
  • concise-renovate-config
  • conditional-assignment-testpkgs
  • copyright-text-config
  • databus23-patch-1
  • debug-log
  • delete-old-shellcheck
  • delete-shellcheck-not-selfhosted
  • dependency-review
  • disable-major-k8s-bump
  • do-not-be-nobody
  • do-not-errcheck-type-assertions
  • do_not_use_indirect_ginkgo
  • docker-cmd
  • docker-platforms
  • dockerfile
  • dockerfile-allow-custom-build-stages
  • dockerfile-refactor
  • dupword-ignores
  • easypg-finish-migration
  • easypg-migration-path
  • editorconfig
  • enable-email-filtering
  • envtest-binaries-cache
  • extra-build-packages
  • feat/customManagers
  • feat/provide-bininfo-build-args
  • fix-actions-runner-group
  • fix-add-license
  • fix-addlicense-options-spacing
  • fix-auto-update
  • fix-ghworkflow-upgrading
  • fix-ginkgo-k8s
  • fix-go-test
  • fix-goreleaser-enablement
  • fix-license-headers
  • fix-macos
  • fix-reuse-without-deps
  • fix-runson
  • fix/golangci-config
  • fix/golangci-lint-skip-dirs
  • fix/usespostgres/onlydirect
  • go
  • go-1.22.3
  • go-1.24.0
  • go-1.24.2
  • go-1.24.6
  • go-bits
  • go124
  • go_buildenv
  • go_install_ginkgo_latest
  • golangci-lint-timeout-option
  • golangcilint2
  • goreleaser
  • goreleaser-config
  • goreleaser-template
  • help-output
  • ignore
  • install-ginkgo-in-prepare-static-check
  • install-goimports
  • install-reuse
  • installTo-dockerfile-error
  • kubernetes-controller
  • license-headers-swallow-comments
  • license-override-miekg-dns
  • license-scan-bsd2-freebsd
  • license-scan-overrides
  • license-scan-zlib
  • lint
  • linterconfig
  • mac_failed_stdout_285
  • main
  • match_case_from_as
  • modernize
  • more-darwin
  • move-lib-repo-updates-to-thursday
  • new-label
  • notandy-patch-1
  • ospo-feedback
  • overwrite-destdir-via-variables
  • reenable-automerge
  • refactor-pkg-structure
  • release-instruction-branch
  • releaser
  • remove-auto-render
  • remove-noctx
  • remove-nxos-license-override
  • rename-renovate-matchfiles
  • render-dockerfile-without-templating
  • renovate
  • renovate-assignees
  • renovate-disable-actions
  • renovate-obsolete-options
  • renovate/actions-checkout-5.x
  • renovate/actions-dependency-review-action-2.x
  • renovate/all
  • renovate/external-dependencies
  • renovate/github-codeql-action-2.x
  • renovate/github.com-sapcc-go-bits-digest
  • renovate/github.comsapcc
  • renovate/go-1.x
  • renovate/gopkg.in-yaml.v3-3.x
  • renovate/major-external-dependencies
  • renovate/migrate-config
  • repo-specific-constraints
  • reuse
  • reuse-ability
  • reuse-config
  • reuse-shell-nix
  • run-all-checks
  • sbom
  • security_checks_queries
  • shellcheck
  • shellcheck-ignore-vendored
  • shellcheck-wget
  • short-license-headers
  • sigs-k8s
  • skip-build-job
  • small-fixes
  • some-cleanups-makefile
  • spdx-filecopyrighttext
  • split-long-line
  • stanislav-zaprudskiy-patch-1
  • stanislav-zaprudskiy-patch-2
  • support-disabling-reuse-overrides
  • support-pgx
  • tagstrategy-sha
  • test-packages-config
  • testfiles-no-dupl
  • upgrade-go
  • upgrade-go1.21
  • upgrade-postgres
  • verify-again
  • version
  • with-postgres-db.sh

22 Jul 2025 10:58AM UTC coverage: 3.35% (+0.03%) from 3.317%
16442366834

Pull #332

github

felix-kaestner
Invoke matching version of ginkgo using go run instead of global version

This fixes the warning that ginkgo displays when the projects version
and globally installed version doesn't match:

```
Ginkgo detected a version mismatch between the Ginkgo CLI and the version of Ginkgo imported by your packages:
  Ginkgo CLI Version:
    2.23.4
  Mismatched package versions found:
    2.22.0 used by controller

  Ginkgo will continue to attempt to run but you may see errors (including flag
  parsing errors) and should either update your go.mod or your version of the
  Ginkgo CLI to match.

  To install the matching version of the CLI run
    go install github.com/onsi/ginkgo/v2/ginkgo
  from a path that contains a go.mod file.  Alternatively you can use
    go run github.com/onsi/ginkgo/v2/ginkgo
  from a path that contains a go.mod file to invoke the matching version of the
  Ginkgo CLI.

  If you are attempting to test multiple packages that each have a different
  version of the Ginkgo library with a single Ginkgo CLI that is currently
  unsupported.
```
Pull Request #332: Invoke matching version of ginkgo using go run instead of global version

0 of 1 new or added line in 1 file covered. (0.0%)

34 of 1015 relevant lines covered (3.35%)

0.28 hits per line

Relevant lines Covered
Build:
Build:
1015 RELEVANT LINES 34 COVERED LINES
0.28 HITS PER LINE
Source Files on fix/ginkgo
  • Tree
  • List 8
  • 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
16442366834 fix/ginkgo Invoke matching version of ginkgo using go run instead of global version This fixes the warning that ginkgo displays when the projects version and globally installed version doesn't match: ``` Ginkgo detected a version mismatch between the Ginkg... Pull #332 22 Jul 2025 11:01AM UTC felix-kaestner github
3.35
See All Builds (1196)

Badge your Repo: go-makefile-maker

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • 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