Skip to content

Commit

Permalink
[ci] workaround for missing coverage data
Browse files Browse the repository at this point in the history
  • Loading branch information
renefritze authored and sdrave committed Feb 13, 2023
1 parent a30480b commit 2430944
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Empty file.
3 changes: 3 additions & 0 deletions .ci/gitlab/test_tutorials.bash
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ source ${THIS_DIR}/common_test_setup.bash
xvfb-run -a pytest ${COMMON_PYTEST_OPTS} --nb-coverage -s -p no:pycharm \
-p nb_regression --cov=pymor -p notebook docs/test_tutorials.py

# for unknown reasons, coverage is missing `pymor/__init__.py` in the report
# this is a workaround
coverage run --append .ci/gitlab/import_pymor_for_coverage.py
_coverage_xml

0 comments on commit 2430944

Please sign in to comment.