mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-05-31 07:11:00 +02:00
The job's environment must be `code-coverage` before it has access to the `CODECOV_TOKEN` secret that's required for pushing coverage data to Codecov. Without it we get an HTTP 400 response with a `Token required because branch is protected` message if it's run from `master`. Fixes f932a58d.