deactivate code coverage

master
Martin Lackner 2022-02-16 19:43:46 +01:00
rodzic 333d19cb8d
commit 72b28c7899
2 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -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

2
.gitignore vendored
Wyświetl plik

@ -59,4 +59,4 @@ gurobi.log
excluded
compare_with_other_implementation.py
extradata
venv