diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 31f3d95..4636fb6 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -46,3 +46,8 @@ jobs: - name: Test with pytest run: | pytest tests/ -v --cov=pySEQ --cov-report=term-missing + + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v5 + with: + token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..5d31b40 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,10 @@ +comment: false + +coverage: + status: + project: + default: + target: auto + threshold: 1% + informational: true + patch: off \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 31dec20..812991d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -6,10 +6,10 @@ # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information -project = "pySEQTarget" +project = 'pySEQTarget' copyright = "2025, Ryan O'Dea, Alejandro Szmulewicz, Tom Palmer, Miguel Hernan" author = "Ryan O'Dea, Alejandro Szmulewicz, Tom Palmer, Miguel Hernan" -release = "0.9.0" +release = '0.9.0' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration