Commit 3fcd833b authored by Stefan Behnel's avatar Stefan Behnel

Disable "cycoverage" test job since it currently fails, probably dude to...

Disable "cycoverage" test job since it currently fails, probably dude to issues with the "Cython.Coverage" plugin.
parent 0448bfbb
...@@ -178,32 +178,32 @@ jobs: ...@@ -178,32 +178,32 @@ jobs:
with: with:
name: pycoverage_html name: pycoverage_html
path: coverage-report-html path: coverage-report-html
cycoverage:
runs-on: ubuntu-18.04
env:
BACKEND: c,cpp
OS_NAME: ubuntu-18.04
PYTHON_VERSION: 3.9
steps:
- name: Checkout repo
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Setup python # cycoverage:
uses: actions/setup-python@v2 # runs-on: ubuntu-18.04
with: #
python-version: 3.9 # env:
# BACKEND: c,cpp
- name: Run Coverage # OS_NAME: ubuntu-18.04
env: { COVERAGE: 1 } # PYTHON_VERSION: 3.9
run: bash ./Tools/ci-run.sh #
# steps:
- name: Upload Coverage Report # - name: Checkout repo
uses: actions/upload-artifact@v2 # uses: actions/checkout@v2
with: # with:
name: cycoverage_html # fetch-depth: 1
path: coverage-report-html #
# - name: Setup python
# uses: actions/setup-python@v2
# with:
# python-version: 3.9
#
# - name: Run Coverage
# env: { COVERAGE: 1 }
# run: bash ./Tools/ci-run.sh
#
# - name: Upload Coverage Report
# uses: actions/upload-artifact@v2
# with:
# name: cycoverage_html
# path: coverage-report-html
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment