• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Warning: This build has drifted.
The coverage report for this pull request build may be inaccurate because its base commit is no longer the HEAD of its target branch.
This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

    • Learn more: For more information on this, see Tracking coverage changes for pull request builds.
    • Fix now: For a quick fix, rebase this PR at GitHub. Your next report should be accurate.
    • Prevent going forward: To avoid this issue with future PRs, see these Recommended CI Configurations.
New Repo Setting:
INCLUDE COVERAGE % WITH WARNINGS ABOUT DRIFTED BUILDS?

Enabling this setting will include a (potentially inaccurate) coverage % with warning messages in status updates for drifted builds.

Adjust setting

whitfin / cachex / 1cbee29a4ace3977f95763430eec6728f7e69ef7-PR-421
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: issue-382
DEFAULT BRANCH: master
Ran 21 Jul 2025 03:29PM UTC
Jobs 1
Files 60
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

19 Jul 2025 08:28PM UTC coverage: 100.0%. Remained the same
1cbee29a4ace3977f95763430eec6728f7e69ef7-PR-421

Pull #421

github

web-flow
Update typespecs for `Cachex.put/4` and `Cachex.put_many/3`

These functions both define a return type of `{status, boolean}`, but both may return e.g. `{:error, :no_cache}`, such as when an invalid cache name is given:

```
 iex> Cachex.put(:hello, :world, :ok)
{:error, :no_cache}
```

```
 iex> Cachex.put_many(:hello, [{:world, :ok}])
{:error, :no_cache}
```

This pull requests loosens the return type a bit to use `{status, any}`.
Pull Request #421: Update typespecs for `Cachex.put/4` and `Cachex.put_many/3`

816 of 816 relevant lines covered (100.0%)

1087.62 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1cbee29a4ace3977f95763430eec6728f7e69ef7-PR-421.1 21 Jul 2025 03:29PM UTC 60
100.0
GitHub Action Run
Source Files on build 1cbee29a4ace3977f95763430eec6728f7e69ef7-PR-421
  • Tree
  • List 60
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #421
  • PR Base - main (#D7A0B09D...)
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