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

JuliaMathias / moolah / 0ce36cb30488b43940f3aa2657461e5b9e4c7073
4%

Build:
DEFAULT BRANCH: main
Ran 03 Feb 2026 05:13PM UTC
Jobs 1
Files 122
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

03 Feb 2026 05:04PM UTC coverage: 2.593% (+0.5%) from 2.076%
0ce36cb30488b43940f3aa2657461e5b9e4c7073

push

github

web-flow
Create tag system for transactions (Issue #15) (#65)

* Add .env to .gitignore

Adds the `.env` file to the `.gitignore` to prevent sensitive environment configuration from being tracked in the repository. This change helps maintain security and cleanliness in the project by ensuring that local environment settings are not accidentally shared.

* Add `Moolah.Finance.Changes.NormalizeTagName` module

Creates a new module `Moolah.Finance.Changes.NormalizeTagName` that normalizes tag names by trimming and collapsing whitespace. This module is intended for use in Tag create/update actions to ensure consistent name storage and to prevent whitespace-only values. The `change/3` function processes the changeset, normalizing the specified field and adding an error if the normalized value is empty.

* Add `Moolah.Finance.Changes.ManageTransactionTags` module

Implements the `Moolah.Finance.Changes.ManageTransactionTags` module to manage transaction tag relationships. This module expects a `:tags` argument containing a list of maps, allowing for the creation of tags on-demand, relating existing tags by identity, and replacing the existing tag set with the provided list. The `change/3` function handles the logic for managing the relationship of tags within a changeset.

* Add `Moolah.Finance.Changes.GenerateTagSlug` module

Creates a new module `Moolah.Finance.Changes.GenerateTagSlug` that generates a URL-friendly slug from a tag name. The slug is derived from the source field, lowercased, normalized, and converted to hyphen-separated tokens. Implements the `change/3` function to handle the slug generation and error handling for empty slugs. Includes a private `slugify/1` function to perform the slug transformation.

* Add `Moolah.Finance.Tag` module for user-defined transaction tags

Creates the `Moolah.Finance.Tag` module to manage user-defined tags for labeling transactions. Implements key behaviors such as case-insensitive uniqueness on `name`, slug normaliza... (continued)

57 of 57 new or added lines in 4 files covered. (100.0%)

280 of 10797 relevant lines covered (2.59%)

0.5 hits per line

Jobs
ID Job ID Ran Files Coverage
1 0ce36cb30488b43940f3aa2657461e5b9e4c7073.1 03 Feb 2026 05:13PM UTC 122
2.59
GitHub Action Run
Source Files on build 0ce36cb30488b43940f3aa2657461e5b9e4c7073
  • Tree
  • List 122
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 0ce36cb3 on github
  • Prev Build on main (#05BCF2A8...)
  • Next Build on main (#68FD11CD...)
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