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

valkyrjaio / valkyrja
74%
master: 74%

Build:
Build:
LAST BUILD BRANCH: update-validation-namespace-organization
DEFAULT BRANCH: master
Repo Added 15 Oct 2020 07:54AM UTC
Files 978
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 update-validation-namespace-organization
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 25.x
  • add-bin-cli-command
  • add-build-date
  • add-changelog-update-to-release
  • add-custom-component-capability
  • add-date-to-license
  • add-env-module-toggle-setting
  • add-exception-tests
  • add-guide-for-release-with-github-app
  • add-major-version-branches-to-workflows
  • add-missing-throws-annotation-apptest
  • add-paths-filter-to-workflows
  • add-pr-failure-comment-for-phpunit
  • add-scrutinizer-config-to-repo
  • add-value-to-http-route-parameter
  • add-version-safeguard-to-release-workflow
  • adding-debug-for-version-guard
  • cleanup-release-guard-steps
  • config-update
  • deprecate-annotations
  • deprecate-code-cov
  • deprecate-container-support-namespace
  • deprecate-event-contract
  • ensure-release-version-does-not-exist
  • explicit-cast-to-int-in-uuid-v1
  • fix-apptest-assertion-wrong-order
  • fix-changelog-and-release-notes
  • fix-changelog-release-commit-message
  • fix-filesystem-service-provider-test-directory
  • fix-http-collector-parameter-bug
  • fix-incorrect-25-1-0-release-date
  • fix-incorrect-25-1-1-release-date
  • fix-name-for-date-step
  • fix-path-filters
  • fix-phpunit-pr-comment-only-on-failure
  • fix-release-new-version-workflow
  • fix-validate-composer-workflow
  • fix-version-command-typo
  • fix-version-exists-logic
  • fix-workflow-steps-order
  • fixing-path-filtering-with-required-checks
  • master
  • move-application-config-class
  • move-application-data-class
  • move-application-env-class
  • move-application-tests-to-match-component-structure
  • move-cli-interaction-config
  • move-cli-routing-data-class
  • move-cli-routing-data-test
  • move-container-data-class
  • move-container-data-test
  • move-event-data-class
  • move-event-data-test
  • move-http-routing-data-class
  • move-http-routing-data-test
  • move-reflectionproperty-class-to-attribute-component
  • refactor-http-stream-mode-enum-methods
  • refactor-input-handler-set-interactivity-method
  • remove-suggested-packages-from-require-dev
  • remove-unused-tests-config-class
  • require-dispatch-in-cli-route-data-object
  • require-dispatch-in-route-data-object
  • standardize-release-commit-messages
  • undo-release-token
  • update-api-exceptions
  • update-api-namespace-organization
  • update-attribute-namespace-organization
  • update-attribute-tests-namespace
  • update-auth-namespace-organization
  • update-broadcast-namespace-organization
  • update-cache-namespace-organization
  • update-changelog
  • update-cli-collector
  • update-cli-controllers
  • update-cli-routing-namespace-organization
  • update-cli-server-namespace-organization
  • update-composer-depdency-check
  • update-composer-files
  • update-composer-homepage-to-https
  • update-container-namespace-organization
  • update-crypt-exceptions
  • update-crypt-namespace-organization
  • update-dd-helper
  • update-dd-parameter-name-for-consistency
  • update-debug
  • update-debug-for-version-guard
  • update-dispatch-arguments
  • update-dispatch-dependencies-to-include-param-name
  • update-encrypted-token-authenticator
  • update-event-namespace-organization
  • update-event-tests-namespace
  • update-filesystem-namespace-organization
  • update-formatting-for-workflows
  • update-gitattributes
  • update-http-client-namespace-organization
  • update-http-parameter
  • update-http-routing-collector
  • update-http-routing-namespace-organization
  • update-http-server-namespace-organization
  • update-jwt-namespace-organization
  • update-log-namespace-organization
  • update-mail-manager-namespace
  • update-mail-namespace-organization
  • update-notification-namespace-organization
  • update-orm-namespace-organization
  • update-os-and-php-version-for-workflows
  • update-pre-commit-hooks
  • update-reflection-namespace-organization
  • update-release-to-use-valkyrja-gha-bot-token
  • update-release-version-commit-message
  • update-release-workflow-name
  • update-release-workflow-names
  • update-run-name-for-release-workflow
  • update-session-exceptions
  • update-session-namespace-organization
  • update-sms-exceptions
  • update-sms-module-organization
  • update-type-exceptions
  • update-type-tests
  • update-validation-namespace-organization
  • update-version-markdown-on-release
  • updating-docs
  • updating-view-module-organization
  • use-action-for-tags
  • use-api-tags-for-check
  • use-gha-app-token
  • validate-all-composer-files

29 Dec 2025 03:36AM UTC coverage: 74.001%. Remained the same
20564156865

Pull #241

github

web-flow
Merge e04580f95 into 41c45ce03
Pull Request #241: [Validation] Moving Validate classes to a new Validator namespace

8337 of 11266 relevant lines covered (74.0%)

9.01 hits per line

Relevant lines Covered
Build:
Build:
11266 RELEVANT LINES 8337 COVERED LINES
9.01 HITS PER LINE
Source Files on master
  • Tree
  • List 978
  • Changed 3
  • Source Changed 3
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
20564156865 update-validation-namespace-organization Merge e04580f95 into 41c45ce03 Pull #241 29 Dec 2025 03:37AM UTC web-flow github
74.0
20564105055 update-validation-namespace-organization Merge 50fb5a924 into 41c45ce03 Pull #241 29 Dec 2025 03:33AM UTC web-flow github
74.0
20563990736 master [Event] Move data test to data namespace (#239) # Description Move data test to data namespace. ## Types of changes - [X] Bug fix _(non-breaking change which fixes an issue)_ <!-- Target the lowest major affected branch --> - [ ] New featu... push 29 Dec 2025 03:26AM UTC web-flow github
73.99
20563995615 master [Http] Move routing data test to data namespace (#240) # Description Move routing data test to data namespace. ## Types of changes - [X] Bug fix _(non-breaking change which fixes an issue)_ <!-- Target the lowest major affected branch --> ... push 29 Dec 2025 03:26AM UTC web-flow github
74.0
20563988034 master [Cli] Move routing data test to data namespace (#238) # Description Move routing data test to data namespace. ## Types of changes - [X] Bug fix _(non-breaking change which fixes an issue)_ <!-- Target the lowest major affected branch --> -... push 29 Dec 2025 03:25AM UTC web-flow github
74.0
20563979055 master [Container] Move data test to data namespace (#237) # Description Move data test to data namespace. ## Types of changes - [X] Bug fix _(non-breaking change which fixes an issue)_ <!-- Target the lowest major affected branch --> - [ ] New f... push 29 Dec 2025 03:25AM UTC web-flow github
74.0
20563977775 move-http-routing-data-test Merge bcac41228 into c011ee3df Pull #240 29 Dec 2025 03:25AM UTC web-flow github
73.99
20563972917 move-event-data-test Merge d0ea39c90 into c011ee3df Pull #239 29 Dec 2025 03:24AM UTC web-flow github
73.99
20563967867 move-cli-routing-data-test Merge 2a333d63d into c011ee3df Pull #238 29 Dec 2025 03:24AM UTC web-flow github
74.0
20563963993 move-container-data-test Merge e8c0bfe89 into c011ee3df Pull #237 29 Dec 2025 03:23AM UTC web-flow github
74.0
See All Builds (888)
  • 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