diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d36418ba..618d8665 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -96,9 +96,9 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 with: - fail_ci_if_error: false + fail_ci_if_error: true verbose: true - token: ${{ secrets.CODECOV_TOKEN }} + token: ${{ secrets.codecov_token }} realdb: runs-on: ubuntu-latest diff --git a/CHANGES.rst b/CHANGES.rst index 927f36b2..53a7cbdb 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,7 +6,7 @@ Here you can see the full list of changes between each Flask-Security release. Version 5.5.0 ------------- -Released July 23, 2024 +Released July 24, 2024 Features & Improvements +++++++++++++++++++++++