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
...@@ -179,31 +179,31 @@ jobs: ...@@ -179,31 +179,31 @@ jobs:
name: pycoverage_html name: pycoverage_html
path: coverage-report-html path: coverage-report-html
cycoverage: # cycoverage:
runs-on: ubuntu-18.04 # runs-on: ubuntu-18.04
#
env: # env:
BACKEND: c,cpp # BACKEND: c,cpp
OS_NAME: ubuntu-18.04 # OS_NAME: ubuntu-18.04
PYTHON_VERSION: 3.9 # PYTHON_VERSION: 3.9
#
steps: # steps:
- name: Checkout repo # - name: Checkout repo
uses: actions/checkout@v2 # uses: actions/checkout@v2
with: # with:
fetch-depth: 1 # fetch-depth: 1
#
- name: Setup python # - name: Setup python
uses: actions/setup-python@v2 # uses: actions/setup-python@v2
with: # with:
python-version: 3.9 # python-version: 3.9
#
- name: Run Coverage # - name: Run Coverage
env: { COVERAGE: 1 } # env: { COVERAGE: 1 }
run: bash ./Tools/ci-run.sh # run: bash ./Tools/ci-run.sh
#
- name: Upload Coverage Report # - name: Upload Coverage Report
uses: actions/upload-artifact@v2 # uses: actions/upload-artifact@v2
with: # with:
name: cycoverage_html # name: cycoverage_html
path: coverage-report-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