Skip to content

Commit

Permalink
add codecov uplaod to CI workflow; docs badge
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyas committed Oct 27, 2023
1 parent 9d03ac6 commit 9891296
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,8 @@ jobs:
shell: bash -l {0}
run: |
coverage report -m
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 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
[xarray](https://docs.xarray.dev/en/stable/)
and
Expand Down

0 comments on commit 9891296

Please sign in to comment.