Skip to content

Commit 09d7518

Browse files
committed
using github only
1 parent 0d99a15 commit 09d7518

File tree

3 files changed

+4
-105
lines changed

3 files changed

+4
-105
lines changed

.circleci/config.yml

Lines changed: 0 additions & 77 deletions
This file was deleted.

.github/workflows/documentation.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Documentation and Code Coverage
1+
name: Test, Documentation and Code Coverage
22

33
on:
44
push:
@@ -51,6 +51,9 @@ jobs:
5151
pytest --cov=./mlstatpy/ --cov-report=xml --durations=10 --ignore-glob=**LONG*.py --ignore-glob=**notebook*.py
5252
export PYTHONPATH=
5353
54+
- name: test notebooks
55+
run: python -m pytest _unittests/ut_xrun_doc/test_documentation_notebook.py --durations=10
56+
5457
- name: Upload coverage reports to Codecov
5558
uses: codecov/codecov-action@v3
5659
env:

appveyor.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)