Skip to content

Commit

Permalink
need to produce and pass xml file
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyas committed Oct 27, 2023
1 parent 740a7fe commit c96b1d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,13 @@ jobs:
shell: bash -l {0}
run: |
coverage run --rcfile=coverage.toml -m pytest --verbose xesn/test/matrix.py xesn/test/esn.py xesn/test/lazy.py xesn/test/xdata.py xesn/test/optim.py xesn/test/psd.py xesn/test/cost.py xesn/test/driver.py
- name: Show coverage report
- name: Get coverage report
shell: bash -l {0}
run: |
coverage report -m
coverage report -m ; coverage xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
file: coverage.xml
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# xesn

[![codecov](https://codecov.io/gh/timothyas/xesn/graph/badge.svg?token=X1Z9BZB5XS)](https://codecov.io/gh/timothyas/xesn)
[![Documentation Status](https://readthedocs.org/projects/xesn/badge/?version=latest)](https://xesn.readthedocs.io/en/latest/?badge=latest)

Large scale Echo State Networks powered by
Expand Down

0 comments on commit c96b1d5

Please sign in to comment.