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

jallum / flatbuffer / 09de4d1b9e6864f7aacccd4353ab5c50060bb7ec
100%

Build:
DEFAULT BRANCH: main
Ran 28 Aug 2026 09:27PM UTC
Jobs 1
Files 8
Run time 1min
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

28 Aug 2026 09:27PM UTC coverage: 78.14%. Remained the same
09de4d1b9e6864f7aacccd4353ab5c50060bb7ec

push

github

web-flow
Silence CI warnings; enforce --warnings-as-errors in all cells (#8)

## Summary

Main's CI logs carried four kinds of warnings, none from this
repository's application code:

1. **Node 20 deprecation spam** from `actions/checkout@v4` and
`actions/cache@v4` (plus Node's own `punycode`/`url.parse` deprecations)
— bumped to `checkout@v7` and `cache@v6`, the current majors.
2. **`CAStore.file_path/0 is undefined`** while compiling excoveralls —
castore is an optional dependency of excoveralls that was not installed;
added `{:castore, "~> 1.0", only: :test}`.
3. **Deprecated `xref: [exclude: ...]` project configuration** from
`mix_test_watch 1.4.0` — upstream's current source still uses the
deprecated option and has no newer release, so removed this
otherwise-unused development convenience and its `file_system`
dependency.
4. **Excoveralls internals** triggering Elixir 1.20 compiler warnings
(unreachable clauses and unused requires) — these are upstream in
0.18.5, the latest release, and occur only while dependencies compile.

`--warnings-as-errors` is now enforced in every matrix cell and on the
test runs as well (`mix test --warnings-as-errors`; excoveralls forwards
the flag).

## Verification

- `mix format --check-formatted`
- `MIX_ENV=test mix compile --warnings-as-errors --force`
- `mix test --warnings-as-errors --seed 0` — 82 tests, 0 failures
- `mix test --only flatc --warnings-as-errors --seed 0` — 2 integration
tests, 0 failures
- `mix coveralls --warnings-as-errors` — 82 tests, 0 failures; 77.4%
coverage
- `mix deps.unlock --check-unused`

336 of 430 relevant lines covered (78.14%)

35.85 hits per line

Jobs
ID Job ID Ran Files Coverage
1 09de4d1b9e6864f7aacccd4353ab5c50060bb7ec.1 28 Aug 2026 09:27PM UTC 8
78.14
GitHub Action Run
Source Files on build 09de4d1b9e6864f7aacccd4353ab5c50060bb7ec
  • Tree
  • List 8
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 09de4d1b on github
  • Prev Build on main (#A87D139E...)
  • Next Build on main (#EA8A0A6D...)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc