Skip to content

Commit a556666

Browse files
committed
No coverage for production tests
1 parent 7cdc83d commit a556666

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
- 'pre'
2525
os:
2626
- ubuntu-latest
27+
build_is_production_build:
28+
- true
2729
arch:
2830
- x64
2931
include:
@@ -54,6 +56,10 @@ jobs:
5456
${{ runner.os }}-
5557
- uses: julia-actions/julia-buildpkg@v1
5658
- uses: julia-actions/julia-runtest@v1
59+
env:
60+
BUILD_IS_PRODUCTION_BUILD: ${{ matrix.build_is_production_build }}
61+
with:
62+
coverage: false
5763
- uses: julia-actions/julia-processcoverage@v1
5864
- uses: codecov/codecov-action@v5
5965
with:
@@ -75,5 +81,3 @@ jobs:
7581
env:
7682
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7783
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
78-
79-

0 commit comments

Comments
 (0)