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

platforma-dev / platforma
32%

Build:
DEFAULT BRANCH: main
Repo Added 07 Nov 2025 04:12PM UTC
Token vfobaCAmmnE17UE0vtG6D1VvF5dw7h2T9 regen
Build 147 Last
Files 40
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 main
branch: main
CHANGE BRANCH
x
Reset
Sync Branches
  • main
  • better-docs
  • better-migrations
  • claude/issue-29-plan-QL6EI
  • claude/issue-52-planning-eGxLG
  • dependabot/github_actions/default-0d080bdfc2
  • dependabot/github_actions/default-262b37236a
  • dependabot/github_actions/default-67ac085cbf
  • dependabot/github_actions/default-d3eb564edb
  • dependabot/go_modules/default-0fcc8f1ad6
  • dependabot/go_modules/default-4fa527b7a2
  • dependabot/go_modules/default-6f66b53f93
  • dependabot/go_modules/default-71c4b782f4
  • dependabot/go_modules/default-8b0c7c2c1d
  • dependabot/go_modules/default-cf2caa1bb8
  • dependabot/go_modules/default-dd7da38a6b
  • dependabot/go_modules/default-f180a085e8
  • fix-ci
  • fix-logging
  • fix-new-gosec
  • httpserver-v2
  • info-forced
  • issue-64-omit-empty-steps-errors
  • issue-67-writejson-helper
  • issue-71-wide-events-logging
  • issue-72-auth-log-event-user-info
  • issue-73-infoforced-log-level
  • issue-83-handle-group-root-and-subtree
  • log2
  • migrations-command
  • migrations-logging
  • queue
  • user-delete
  • we-logging-as-default

27 Apr 2026 05:39AM UTC coverage: 31.961%. Remained the same
24978475385

push

github

web-flow
Bump the default group with 3 updates (#79)

Bumps the default group with 3 updates: [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls), [withastro/action](https://github.com/withastro/action) and [actions/deploy-pages](https://github.com/actions/deploy-pages).


Updates `shogo82148/actions-goveralls` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/shogo82148/actions-goveralls/releases)
- [Commits](https://github.com/shogo82148/actions-goveralls/compare/25f5320d9...9606dbc5a)

Updates `withastro/action` from 5 to 6
- [Release notes](https://github.com/withastro/action/releases)
- [Commits](https://github.com/withastro/action/compare/v5...v6)

Updates `actions/deploy-pages` from 4 to 5
- [Release notes](https://github.com/actions/deploy-pages/releases)
- [Commits](https://github.com/actions/deploy-pages/compare/v4...v5)

---
updated-dependencies:
- dependency-name: shogo82148/actions-goveralls
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: default
- dependency-name: withastro/action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: default
- dependency-name: actions/deploy-pages
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: default
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

551 of 1724 relevant lines covered (31.96%)

3.12 hits per line

Relevant lines Covered
Build:
Build:
1724 RELEVANT LINES 551 COVERED LINES
3.12 HITS PER LINE
Source Files on main
  • Tree
  • List 40
  • 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
24978475385 main Bump the default group with 3 updates (#79) Bumps the default group with 3 updates: [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls), [withastro/action](https://github.com/withastro/action) and [actions/deploy-pages... push 27 Apr 2026 05:40AM UTC web-flow github
31.96
24978467572 main Bump the default group with 3 updates (#80) Bumps the default group with 3 updates: [github.com/lib/pq](https://github.com/lib/pq), [github.com/testcontainers/testcontainers-go/modules/postgres](https://github.com/testcontainers/testcontainers-go... push 27 Apr 2026 05:40AM UTC web-flow github
31.96
24978439878 main Fix #83: httpserver HandleGroup should mount both group root and subtree (#84) * Fix #83: httpserver HandleGroup should mount both group root and subtree * Rename handler group mounting API push 27 Apr 2026 05:39AM UTC web-flow github
31.96
23310644063 main Add custom `Level` type with `InfoForced` level support (#78) push 19 Mar 2026 06:30PM UTC web-flow github
30.93
23309295842 main Fix #72: add user info to auth log events (#75) push 19 Mar 2026 05:58PM UTC web-flow github
30.93
23281838550 main Allow WideEventLogger to serve as default package logger (#74) * Allow WideEventLogger as default logger for simple log calls - implement logger interface methods on `WideEventLogger` (`Debug`/`Info`/`Warn`/`Error` + context variants) - route si... push 19 Mar 2026 05:53AM UTC web-flow github
30.73
22608788201 main Fix #67: Add WriteJSON helper to httpserver package (#68) * Fix #67: Add WriteJSON helper to httpserver package * refactor: use WriteJSON helper in auth and healthcheck handlers Replace manual JSON encoding with httpserver.WriteJSON() helper: ... push 03 Mar 2026 04:49AM UTC web-flow github
31.59
22562785168 main Bump the default group with 2 updates (#63) Bumps the default group with 2 updates: [github.com/lib/pq](https://github.com/lib/pq) and [golang.org/x/crypto](https://github.com/golang/crypto). Updates `github.com/lib/pq` from 1.11.1 to 1.11.2 - ... push 02 Mar 2026 05:31AM UTC web-flow github
31.16
22561669508 main Fix #64: Omit empty steps and errors from wide event logs (#65) push 02 Mar 2026 04:40AM UTC web-flow github
31.16
22550888921 main fix new gosec issues (#66) push 01 Mar 2026 07:32PM UTC web-flow github
31.24
See All Builds (147)
  • 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

© 2026 Coveralls, Inc