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

nshkrdotcom / sinter / 662ad5d274683517921d7c284287891b87cc1553
69%

Build:
DEFAULT BRANCH: main
Ran 07 Jan 2026 05:11AM UTC
Jobs 1
Files 11
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

07 Jan 2026 04:37AM UTC coverage: 68.615%. Remained the same
662ad5d274683517921d7c284287891b87cc1553

push

github

nshkrdotcom
Refactor list comparisons and update Mix project configuration

Replaced occurrences of length(list) > 0 with list != [] in dspex.ex,
performance.ex, and related tests. Using direct list comparison is more
performant than length/1 as it avoids O(N) traversal for simple emptiness
checks.

Reorganized mix.exs by moving preferred_cli_env settings into a new cli/0
function. This follows current Elixir best practices for managing command
line interface environments and keeps the project/0 definition cleaner.

Added castore as a test-only dependency to support certificate handling
during test execution. Updated mix.lock accordingly.

- lib/sinter/dspex.ex: Optimized list emptiness check
- lib/sinter/performance.ex: Optimized list emptiness check
- mix.exs: Reorganized environment config and added castore
- mix.lock: Added castore dependency
- test/sinter/discriminated_union_test.exs: Updated assertion logic

0 of 2 new or added lines in 2 files covered. (0.0%)

728 of 1061 relevant lines covered (68.61%)

4408.2 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
0.0
0.0% lib/sinter/dspex.ex
1
0.0
0.0% lib/sinter/performance.ex
Jobs
ID Job ID Ran Files Coverage
1 662ad5d274683517921d7c284287891b87cc1553.1 07 Jan 2026 05:11AM UTC 11
68.61
GitHub Action Run
Source Files on build 662ad5d274683517921d7c284287891b87cc1553
  • Tree
  • List 11
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 662ad5d2 on github
  • Prev Build on main (#3A16437C...)
  • Delete
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