Skip to content

Commit 9512aa8

Browse files
authored
Disable coverage (#61)
* Disable coverage * Set 2 threads
1 parent 0e8a7e4 commit 9512aa8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
# Skip intermediate builds: always.
1111
# Cancel intermediate builds: only if it is a pull request build.
1212
group: ${{ github.workflow }}-${{ github.ref }}
13-
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
13+
cancel-in-progress: false
1414
jobs:
1515
test:
1616
name: Julia CI
@@ -21,8 +21,8 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
version:
24-
- '1'
2524
- '1.6'
25+
- '1.7'
2626
os:
2727
- ubuntu-latest
2828
- windows-latest
@@ -38,10 +38,10 @@ jobs:
3838
- uses: julia-actions/cache@v1
3939
- uses: julia-actions/julia-buildpkg@v1
4040
- uses: julia-actions/julia-runtest@v1
41-
- uses: julia-actions/julia-processcoverage@v1
42-
- uses: codecov/codecov-action@v2
4341
with:
44-
files: lcov.info
42+
coverage: 'false'
43+
env:
44+
JULIA_NUM_THREADS: '2'
4545
docs:
4646
name: Documentation
4747
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)