From 72b28c789906b7bc1eb750169518dc3098fbaa08 Mon Sep 17 00:00:00 2001 From: Martin Lackner Date: Wed, 16 Feb 2022 19:43:46 +0100 Subject: [PATCH] deactivate code coverage --- .github/workflows/unittests.yml | 10 +++++----- .gitignore | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index c1c820d..5949a13 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -45,11 +45,11 @@ jobs: run: | coverage run --source=. -m pytest -v --tb=long - - name: Generate coverage report - run: coverage xml - - - name: Upload coverage metrics to codecov - uses: codecov/codecov-action@v1 +# - name: Generate coverage report +# run: coverage html +# +# - name: Upload coverage metrics to codecov +# uses: codecov/codecov-action@v2 # tests the package, the release is done in build.yml - name: Build a binary wheel and a source tarball diff --git a/.gitignore b/.gitignore index 16739f3..1f52c13 100644 --- a/.gitignore +++ b/.gitignore @@ -59,4 +59,4 @@ gurobi.log excluded compare_with_other_implementation.py extradata - +venv