Skip to content

Commit

Permalink
Merge pull request #30 from numericalEFT/cyfan
Browse files Browse the repository at this point in the history
fix Github action & add CI badge
  • Loading branch information
fancaiyu authored Dec 30, 2024
2 parents 6182ab1 + 2596397 commit 552633c
Show file tree
Hide file tree
Showing 52 changed files with 231,984 additions and 90,873 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- name: Run tests
run: |
export PYTHONPATH=src
pytest --cov --cov-report=xml
export PYTHONPATH=MCintegration
pytest --cov --cov-report=xml --ignore=examples
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand All @@ -68,8 +68,8 @@ jobs:
- name: Build documentation
run: |
cd docs
sphinx-apidoc -o source ../src ../src/*_test.py
python ../clean_src_rst.py
sphinx-apidoc -o source ../MCintegration ../MCintegration/*_test.py
python ../clean_MCintegration_rst.py
make html
python ../clean_html_sidebar.py
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ __pycache__

*.pdf
*.dot
build
10 changes: 0 additions & 10 deletions MCFlow/__init__.py

This file was deleted.

Loading

0 comments on commit 552633c

Please sign in to comment.