| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5727b4d commit 342a663
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,6 +12,7 @@ on: | |||
| 12 | 12 | - tools/gyp/** | |
| 13 | 13 | - tools/test.py | |
| 14 | 14 | - .github/workflows/coverage-linux-without-intl.yml | |
| 15 | + - codecov.yml | ||
| 15 | 16 | push: | |
| 16 | 17 | branches: | |
| 17 | 18 | - main | |
@@ -24,6 +25,7 @@ on: | |||
| 24 | 25 | - tools/gyp/** | |
| 25 | 26 | - tools/test.py | |
| 26 | 27 | - .github/workflows/coverage-linux-without-intl.yml | |
| 28 | + - codecov.yml | ||
| 27 | 29 | ||
| 28 | 30 | concurrency: | |
| 29 | 31 | group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,6 +12,7 @@ on: | |||
| 12 | 12 | - tools/gyp/** | |
| 13 | 13 | - tools/test.py | |
| 14 | 14 | - .github/workflows/coverage-linux.yml | |
| 15 | + - codecov.yml | ||
| 15 | 16 | push: | |
| 16 | 17 | branches: | |
| 17 | 18 | - main | |
@@ -24,6 +25,7 @@ on: | |||
| 24 | 25 | - tools/gyp/** | |
| 25 | 26 | - tools/test.py | |
| 26 | 27 | - .github/workflows/coverage-linux.yml | |
| 28 | + - codecov.yml | ||
| 27 | 29 | ||
| 28 | 30 | concurrency: | |
| 29 | 31 | group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,6 +12,7 @@ on: | |||
| 12 | 12 | - tools/gyp/** | |
| 13 | 13 | - tools/test.py | |
| 14 | 14 | - .github/workflows/coverage-windows.yml | |
| 15 | + - codecov.yml | ||
| 15 | 16 | push: | |
| 16 | 17 | branches: | |
| 17 | 18 | - main | |
@@ -24,6 +25,7 @@ on: | |||
| 24 | 25 | - tools/gyp/** | |
| 25 | 26 | - tools/test.py | |
| 26 | 27 | - .github/workflows/coverage-windows.yml | |
| 28 | + - codecov.yml | ||
| 27 | 29 | ||
| 28 | 30 | concurrency: | |
| 29 | 31 | group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | |
| Back | FazBrowse Home | New Git URL |
0 commit comments