From 9891296fc297f1ebe69e368154f089586fa3f06a Mon Sep 17 00:00:00 2001 From: timothyas Date: Fri, 27 Oct 2023 14:17:17 -0600 Subject: [PATCH] add codecov uplaod to CI workflow; docs badge --- .github/workflows/ci.yaml | 5 +++++ README.md | 2 ++ 2 files changed, 7 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9a33047..d903773 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 }} + diff --git a/README.md b/README.md index c3c5385..dda134a 100644 --- a/README.md +++ b/README.md @@ -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