bahmutov / bahmutov/check-code-coverage

check-against-readme always looks for the project-level README

Open
#16 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
25
Forks
35
PR merge metrics
No merged PRs in 30d

Description

The token is definitely being passed in, but for whatever reason isn't being found.

``` bash
Ensure coverage has not dropped 📈4s
GITHUB_TOKEN: ***
Run DEBUG=check-code-coverage npx set-gh-status --check-against-readme
DEBUG=check-code-coverage npx set-gh-status --check-against-readme
shell: /bin/bash -e {0}
env:
GITHUB_TOKEN: ***
npx: installed 69 in 3.549s
Token must be provided!
##[error]Process completed with exit code 1.
```

It looks like this package assumes everything is at the root folder. After adding `cd clients/html &&` to the npx line, it works, but then it's looking for the badge at the _root-level_ `README` which doesn't have a badge.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.