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

reactivando / validations-br / 17784279328
91%
master: 94%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 17 Sep 2025 01:58AM UTC
Jobs 1
Files 37
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

17 Sep 2025 01:58AM UTC coverage: 91.96%. Remained the same
17784279328

push

github

web-flow
fix(ci): Correct release-it command in workflow (#50)

* fix(ci): Install pnpm using pnpm/action-setup (#46)

* fix(ci): Install pnpm using pnpm/action-setup

The previous CI workflow was failing because `pnpm` was not being installed. The `actions/setup-node` with `cache: 'pnpm'` only configures the cache, it does not install `pnpm`.

This commit fixes the issue by using the `pnpm/action-setup` action to install `pnpm` in both the `ci.yml` and `publish.yml` workflows. This is the recommended way to install `pnpm` in GitHub Actions.

* feat: Use packageManager to define pnpm version

- Adds the `packageManager` field to `package.json` to enforce the pnpm version across the project.
- Updates the CI and publish workflows to use the pnpm version defined in `package.json` by removing the hardcoded version from the `pnpm/action-setup` action.

* adjust caching for pnpm in CI workflow

* fix cache configuration for pnpm installation

* install pnpm before node on ci

* install pnpm before node on publish

---------

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: André Zagatti <andre.zagatti1@gmail.com>

* change package manager from yarn to pnpm in pre-commit

* Rename pre-commit hook to fixme-pre-commit

* Rename fixme-pre-commit to pre-commit

* Delete .husky directory

* Fix formatting in package.json scripts section

* Feat: Improve validations and tests (#47)

* Refactor: Improve validations and tests

This commit refactors all validation functions to improve code style, readability, and maintainability. It also centralizes utility functions into a single file to reduce code duplication.

Changes include:
- Created a new `src/validations/utils.ts` file for shared utility functions (`isRepeated`, `mod11`).
- Refactored all validation functions in `src/validations` and `src/validations/ie/states` to have a consistent code style and use the new utility functions.
- Improved test coverage... (continued)

222 of 252 branches covered (88.1%)

Branch coverage included in aggregate %.

693 of 743 relevant lines covered (93.27%)

9.13 hits per line

Jobs
ID Job ID Ran Files Coverage
1 17784279328.1 17 Sep 2025 01:58AM UTC 37
91.96
GitHub Action Run
Source Files on build 17784279328
  • Tree
  • List 37
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #17784279328
  • 5f7058de on github
  • Prev Build on main (#17783747622)
  • Next Build on main (#17785143100)
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