File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
packages/bundler-plugin-core/src/utils/providers Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @codecov/bundler-plugin-core " : minor
3+ " @codecov/bundle-analyzer " : minor
4+ " @codecov/nextjs-webpack-plugin " : minor
5+ " @codecov/nuxt-plugin " : minor
6+ " @codecov/remix-vite-plugin " : minor
7+ " @codecov/rollup-plugin " : minor
8+ " @codecov/solidstart-plugin " : minor
9+ " @codecov/sveltekit-plugin " : minor
10+ " @codecov/vite-plugin " : minor
11+ " @codecov/webpack-plugin " : minor
12+ ---
13+
14+ Add GITHUB_JOB env var to list of env var names in GitHubActions provider util
Original file line number Diff line number Diff line change @@ -250,6 +250,7 @@ export async function getServiceParams(
250250export function getEnvVarNames ( ) {
251251 return [
252252 "GITHUB_ACTION" ,
253+ "GITHUB_JOB" ,
253254 "GITHUB_HEAD_REF" ,
254255 "GITHUB_REF" ,
255256 "GITHUB_REPOSITORY" ,
You can’t perform that action at this time.
0 commit comments