From c96b1d5a1a0798ec39d23f4da0fc66953e52741e Mon Sep 17 00:00:00 2001 From: timothyas Date: Fri, 27 Oct 2023 14:31:23 -0600 Subject: [PATCH] need to produce and pass xml file --- .github/workflows/ci.yaml | 5 +++-- README.md | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d903773..1d489f8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 }} diff --git a/README.md b/README.md index dda134a..e2c6126 100644 --- a/README.md +++ b/README.md @@ -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