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

MushroomObserver / mushroom-observer / 27108057920
98%

Build:
DEFAULT BRANCH: main
Ran 07 Jun 2026 11:32PM UTC
Jobs 1
Files 1438
Run time 2min
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

07 Jun 2026 11:28PM UTC coverage: 97.482%. Remained the same
27108057920

push

github

web-flow
copilot-review workflow: defensive token trim + reviewer slug fix (#4470)

Three changes to `.github/workflows/copilot-review.yml`:

1. Strip whitespace from the PAT before exporting `GH_TOKEN`.
   The workflow has been failing with `Post
   "https://api.github.com/graphql": net/http: invalid header
   field value for "Authorization"` — Go's net/http rejects
   header values with CR/LF/etc., and the `COPILOT_REVIEW_PAT`
   secret almost certainly has a trailing newline from being
   pasted via the GitHub Secrets web UI. Reading the secret
   into `RAW_PAT` first, then `printf '%s' "$RAW_PAT" |
   tr -d '\r\n '` before exporting `GH_TOKEN` survives a
   future re-paste with whitespace too.

2. Reviewer slug: `"@copilot"` → `"copilot-pull-request-reviewer"`.
   `@copilot` is a UI alias; the API needs the bot's actual
   login.

3. Comment typo: "ecrets" → "secrets".

Joe should ALSO re-create the secret cleanly (`gh secret set
COPILOT_REVIEW_PAT --repo MushroomObserver/mushroom-observer`
from the CLI, which strips trailing whitespace on entry) so
the secret itself is correct — the trim is defensive backup.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

44143 of 45283 relevant lines covered (97.48%)

760.82 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27108057920.1 07 Jun 2026 11:32PM UTC 1438
97.48
GitHub Action Run
Source Files on build 27108057920
  • Tree
  • List 1438
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27108057920
  • 6e4e88bb on github
  • Prev Build on 3745-import-from-user-supplied-url (#27107471145)
  • Next Build on main (#27109045470)
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