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

JuliaMathias / moolah / c13d32534f1db70650f0ac45853196b84b962376
4%

Build:
DEFAULT BRANCH: main
Ran 04 Feb 2026 03:07AM UTC
Jobs 1
Files 131
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

04 Feb 2026 03:05AM UTC coverage: 3.221% (+0.6%) from 2.593%
c13d32534f1db70650f0ac45853196b84b962376

push

github

web-flow
Create core investments resource with history and operations (#67)

* Add guideline for referencing GitHub issues

Adds a new guideline to the project documentation specifying that when a task references a GitHub issue, the issue text should be fetched using `gh issue view <number>` and copied into a `private_docs/issues/issue-<number>-*.md` file. This helps maintain clarity and organization in issue tracking.

* Add `credo` to precommit hooks

Updates the `precommit` hooks in the `mix.exs` file to include `credo --strict`. This change ensures that code quality checks are enforced before commits, promoting better coding standards and reducing potential issues in the codebase.

* Add guideline to run `mix format` after file changes

Updates the project guidelines to include a requirement for developers to always run `mix format` after creating or editing a file. This change aims to ensure consistent code formatting across the project.

* Update project guidelines for function documentation

Adds requirements for new functions to include `@spec` and public functions to have `@doc`. Enhances module documentation by specifying that it must be detailed and include examples when appropriate. Mandates that migrations include a `@moduledoc` explaining the reasons for changes. Encourages the use of explanatory comments for private functions and inline comments for complex logic in tests.

* Create `CreateInvestmentHistory` module for managing investment history snapshots

Adds functionality to create and update investment history snapshots when investments are created or modified. The `change/3` function handles the logic for determining the mode of operation (create or update) and invokes the appropriate private functions. The `create_history_on_create/1` function builds history entries based on the purchase date and current value, while `create_history_on_update/2` appends a new snapshot if the `current_value` changes. The `insert_history_entries/2` function... (continued)

70 of 70 new or added lines in 6 files covered. (100.0%)

350 of 10867 relevant lines covered (3.22%)

0.61 hits per line

Jobs
ID Job ID Ran Files Coverage
1 c13d32534f1db70650f0ac45853196b84b962376.1 04 Feb 2026 03:07AM UTC 131
3.22
GitHub Action Run
Source Files on build c13d32534f1db70650f0ac45853196b84b962376
  • Tree
  • List 131
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • c13d3253 on github
  • Prev Build on main (#68FD11CD...)
  • Next Build on main (#046F1A99...)
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