| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6fcc3e0 commit cb5976e
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,8 +1,8 @@ | |||
| 1 | 1 | [run] | |
| 2 | 2 | branch = True | |
| 3 | 3 | parallel = True | |
| 4 | - include=$GITHUB_WORKSPACE/synapse/* | ||
| 5 | - data_file = $GITHUB_WORKSPACE/.coverage | ||
| 4 | + include=$TOP/synapse/* | ||
| 5 | + data_file = $TOP/.coverage | ||
| 6 | 6 | ||
| 7 | 7 | [report] | |
| 8 | 8 | precision = 2 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -200,6 +200,7 @@ jobs: | |||
| 200 | 200 | WORKERS: ${{ matrix.workers && 1 }} | |
| 201 | 201 | REDIS: ${{ matrix.redis && 1 }} | |
| 202 | 202 | BLACKLIST: ${{ matrix.workers && 'synapse-blacklist-with-workers' }} | |
| 203 | + TOP: ${{ github.workspace }} | ||
| 203 | 204 | ||
| 204 | 205 | strategy: | |
| 205 | 206 | fail-fast: false | |
| Back | FazBrowse Home | New Git URL |
0 commit comments