| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a5425e2 commit aa9c749
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,31 +3,55 @@ name: Coverage Windows | |||
| 3 | 3 | on: | |
| 4 | 4 | pull_request: | |
| 5 | 5 | types: [opened, synchronize, reopened, ready_for_review] | |
| 6 | - paths: | ||
| 7 | - - lib/**/*.js | ||
| 8 | - - vcbuild.bat | ||
| 9 | - - src/**/*.cc | ||
| 10 | - - src/**/*.h | ||
| 11 | - - test/** | ||
| 12 | - - tools/gyp/** | ||
| 13 | - - tools/test.py | ||
| 14 | - - .github/workflows/coverage-windows.yml | ||
| 15 | - - codecov.yml | ||
| 16 | - - .nycrc | ||
| 6 | + paths-ignore: | ||
| 7 | + - '**.md' | ||
| 8 | + - '**.nix' | ||
| 9 | + - eslint.config.mjs | ||
| 10 | + - '**/eslint.config_partial.mjs' | ||
| 11 | + - android-configure | ||
| 12 | + - android-configure.py | ||
| 13 | + - android-patches/** | ||
| 14 | + - benchmarks/** | ||
| 15 | + - doc/** | ||
| 16 | + - pyproject.yml | ||
| 17 | + - tsconfig.json | ||
| 18 | + - test/internet/** | ||
| 19 | + - tools/actions/** | ||
| 20 | + - tools/bootstrap/** | ||
| 21 | + - tools/dep_updaters/** | ||
| 22 | + - tools/doc/** | ||
| 23 | + - tools/eslint-rules/** | ||
| 24 | + - tools/eslint/** | ||
| 25 | + - tools/lint-md/** | ||
| 26 | + - typings/** | ||
| 27 | + - .** | ||
| 28 | + - '!.github/workflows/coverage-windows.yml' | ||
| 17 | 29 | push: | |
| 18 | 30 | branches: | |
| 19 | 31 | - main | |
| 20 | - paths: | ||
| 21 | - - lib/**/*.js | ||
| 22 | - - vcbuild.bat | ||
| 23 | - - src/**/*.cc | ||
| 24 | - - src/**/*.h | ||
| 25 | - - test/** | ||
| 26 | - - tools/gyp/** | ||
| 27 | - - tools/test.py | ||
| 28 | - - .github/workflows/coverage-windows.yml | ||
| 29 | - - codecov.yml | ||
| 30 | - - .nycrc | ||
| 32 | + paths-ignore: | ||
| 33 | + - '**.md' | ||
| 34 | + - '**.nix' | ||
| 35 | + - eslint.config.mjs | ||
| 36 | + - '**/eslint.config_partial.mjs' | ||
| 37 | + - android-configure | ||
| 38 | + - android-configure.py | ||
| 39 | + - android-patches/** | ||
| 40 | + - benchmarks/** | ||
| 41 | + - doc/** | ||
| 42 | + - pyproject.yml | ||
| 43 | + - tsconfig.json | ||
| 44 | + - test/internet/** | ||
| 45 | + - tools/actions/** | ||
| 46 | + - tools/bootstrap/** | ||
| 47 | + - tools/dep_updaters/** | ||
| 48 | + - tools/doc/** | ||
| 49 | + - tools/eslint-rules/** | ||
| 50 | + - tools/eslint/** | ||
| 51 | + - tools/lint-md/** | ||
| 52 | + - typings/** | ||
| 53 | + - .** | ||
| 54 | + - '!.github/workflows/coverage-windows.yml' | ||
| 31 | 55 | ||
| 32 | 56 | concurrency: | |
| 33 | 57 | group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | |
| Back | FazBrowse Home | New Git URL |
0 commit comments