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 committed Apr 9, 2024
1 parent 310658d commit fd253e8
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 fd253e8

Please sign in to comment.