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: | run: |
coverage run --source=. -m pytest -v --tb=long coverage run --source=. -m pytest -v --tb=long
- name: Generate coverage report # - name: Generate coverage report
run: coverage xml # run: coverage html
#
- name: Upload coverage metrics to codecov # - name: Upload coverage metrics to codecov
uses: codecov/codecov-action@v1 # uses: codecov/codecov-action@v2
# tests the package, the release is done in build.yml # tests the package, the release is done in build.yml
- name: Build a binary wheel and a source tarball - name: Build a binary wheel and a source tarball

2
.gitignore vendored
Wyświetl plik

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