Skip to content

Commit

Permalink
using github only
Browse files Browse the repository at this point in the history
  • Loading branch information
xadupre committed Oct 7, 2024
1 parent 0d99a15 commit 09d7518
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 105 deletions.
77 changes: 0 additions & 77 deletions .circleci/config.yml

This file was deleted.

5 changes: 4 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Documentation and Code Coverage
name: Test, Documentation and Code Coverage

on:
push:
Expand Down Expand Up @@ -51,6 +51,9 @@ jobs:
pytest --cov=./mlstatpy/ --cov-report=xml --durations=10 --ignore-glob=**LONG*.py --ignore-glob=**notebook*.py
export PYTHONPATH=
- name: test notebooks
run: python -m pytest _unittests/ut_xrun_doc/test_documentation_notebook.py --durations=10

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down
27 changes: 0 additions & 27 deletions appveyor.yml

This file was deleted.

0 comments on commit 09d7518

Please sign in to comment.