Skip to content

Commit 552633c

Browse files
authored
Merge pull request #30 from numericalEFT/cyfan
fix Github action & add CI badge
2 parents 6182ab1 + 2596397 commit 552633c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+231984
-90873
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
4444
- name: Run tests
4545
run: |
46-
export PYTHONPATH=src
47-
pytest --cov --cov-report=xml
46+
export PYTHONPATH=MCintegration
47+
pytest --cov --cov-report=xml --ignore=examples
4848
4949
- name: Upload coverage to Codecov
5050
uses: codecov/codecov-action@v4
@@ -68,8 +68,8 @@ jobs:
6868
- name: Build documentation
6969
run: |
7070
cd docs
71-
sphinx-apidoc -o source ../src ../src/*_test.py
72-
python ../clean_src_rst.py
71+
sphinx-apidoc -o source ../MCintegration ../MCintegration/*_test.py
72+
python ../clean_MCintegration_rst.py
7373
make html
7474
python ../clean_html_sidebar.py
7575

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ __pycache__
1818

1919
*.pdf
2020
*.dot
21+
build

MCFlow/__init__.py

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

0 commit comments

Comments
 (0)