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

gagoar / codeowners-generator / 12737561866
100%

Build:
DEFAULT BRANCH: master
Ran 12 Jan 2025 10:18PM 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

12 Jan 2025 10:18PM UTC coverage: 100.0%. Remained the same
12737561866

push

github

web-flow
refactor: improve output messages (#404)

`Remove --check option to avoid this error` is a little ambiguous (e.g.,
will it just suppress the error). Updated to let the user know what will
happen if they remove it.

```sh
$ npx codeowners-generator generate --check
  
Custom configuration found in /Users/jared.mcateer/Projects/test/package.json
✖ We encountered an error: We found differences between the existing codeowners file and 
the generated rules. Remove --check option to fix this.
```

Added message for when `--check` is successful, rather than telling the
user the file was created, which should not happen with that command.

```sh
$ npx codeowners-generator generate --check
  
Custom configuration found in /Users/jared.mcateer/Projects/test/package.json
CODEOWNERS file up to date! location: .github/CODEOWNERS
```

Changed message for when new generated rules change the CO file, rather
than saying a file was created, let them know the generated rules have
changed. A CO file being created should be incredibly rare (i.e., maybe
the first time this tool is run in a project).

```sh
$ npx codeowners-generator generate

Custom configuration found in /Users/jared.mcateer/Projects/test/package.json
CODEOWNERS file updated with the generated rules! location: .github/CODEOWNERS
````

111 of 112 branches covered (99.11%)

2 of 2 new or added lines in 1 file covered. (100.0%)

268 of 268 relevant lines covered (100.0%)

26.85 hits per line

Jobs
ID Job ID Ran Files Coverage
1 12737561866.1 12 Jan 2025 10:18PM UTC 11
100.0
GitHub Action Run
Source Files on build 12737561866
  • Tree
  • List 11
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 5d193ac9 on github
  • Prev Build on master (#12737494021)
  • Next Build on master (#12750410220)
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