diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9963569..2b886e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,11 +33,12 @@ jobs: pdm run pytest --cov-report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5.4.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml - fail_ci_if_error: false + fail_ci_if_error: true + verbose: true format: runs-on: ubuntu-latest @@ -149,4 +150,4 @@ jobs: # - name: Build package # run: | - # pdm build \ No newline at end of file + # pdm build diff --git a/README.md b/README.md index ae7c895..526c4b2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ # Fitbit Client -[![CI](https://github.com/jpstroop/fitbit-client/actions/workflows/ci.yml/badge.svg)](https://github.com/jpstroop/fitbit-client/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/jpstroop/fitbit-client/branch/main/graph/badge.svg)](https://codecov.io/gh/jpstroop/fitbit-client) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Python 3.13+](https://img.shields.io/badge/python-3.13+-blue.svg)](https://www.python.org/downloads/release/python-3130/)