Skip to content

Commit ec9e000

Browse files
committed
CI: remove code coverage from config-options workflows
This shouldn't have been added.
1 parent 152276a commit ec9e000

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

.github/workflows/config_options.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,16 @@ jobs:
6262
- name: "Build additional necessary GAP packages . . ."
6363
run: |
6464
cd ${GAPROOT}/pkg
65-
../bin/BuildPackages.sh --strict io orb datastructures profiling grape NautyTracesInterface
65+
../bin/BuildPackages.sh --strict io orb datastructures grape NautyTracesInterface
6666
- name: Build Digraphs . . .
6767
uses: gap-actions/build-pkg@v2
6868
with:
6969
CONFIGFLAGS: ${{ matrix.bliss }} ${{ matrix.planarity }}
70+
coverage: false
7071
- name: Run Digraphs package's tst/teststandard.g . . .
7172
uses: gap-actions/run-pkg-tests@v4
72-
- uses: gap-actions/process-coverage@v3
73-
- uses: codecov/codecov-action@v5
7473
with:
75-
token: ${{ secrets.CODECOV_TOKEN }}
76-
fail_ci_if_error: true
74+
coverage: false
7775

7876
all-options:
7977
name: ${{ matrix.debug }} ${{ matrix.warnings }} ${{ matrix.without-intrinsics }}
@@ -112,15 +110,13 @@ jobs:
112110
- name: "Build additional necessary packages"
113111
run: |
114112
cd ${GAPROOT}/pkg
115-
../bin/BuildPackages.sh --strict io orb datastructures profiling grape NautyTracesInterface
113+
../bin/BuildPackages.sh --strict io orb datastructures grape NautyTracesInterface
116114
- name: Build Digraphs . . .
117115
uses: gap-actions/build-pkg@v2
118116
with:
119117
CONFIGFLAGS: ${{ matrix.debug }} ${{ matrix.without-intrinsics }} ${{ matrix.warnings && '--enable-compile-warnings WARNING_CXXFLAGS="-Werror" WARNING_CFLAGS="-Werror"' || '' }}
118+
coverage: false
120119
- name: Run Digraphs package's tst/teststandard.g . . .
121120
uses: gap-actions/run-pkg-tests@v4
122-
- uses: gap-actions/process-coverage@v3
123-
- uses: codecov/codecov-action@v5
124121
with:
125-
token: ${{ secrets.CODECOV_TOKEN }}
126-
fail_ci_if_error: true
122+
coverage: false

0 commit comments

Comments
 (0)