Skip to content

Commit

Permalink
Disable "cycoverage" test job since it currently fails, probably dude…
Browse files Browse the repository at this point in the history
… to issues with the "Cython.Coverage" plugin.
  • Loading branch information
scoder committed May 14, 2021
1 parent 0448bfb commit 3fcd833
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,32 +178,32 @@ jobs:
with:
name: pycoverage_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
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
# 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
# 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

0 comments on commit 3fcd833

Please sign in to comment.