We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a024bf3 commit 49a7429Copy full SHA for 49a7429
.github/workflows/tests.yml
@@ -96,9 +96,9 @@ jobs:
96
- name: Upload coverage to Codecov
97
uses: codecov/codecov-action@v4
98
with:
99
- fail_ci_if_error: false
+ fail_ci_if_error: true
100
verbose: true
101
- token: ${{ secrets.CODECOV_TOKEN }}
+ token: ${{ secrets.codecov_token }}
102
realdb:
103
runs-on: ubuntu-latest
104
CHANGES.rst
@@ -6,7 +6,7 @@ Here you can see the full list of changes between each Flask-Security release.
6
Version 5.5.0
7
-------------
8
9
-Released July 23, 2024
+Released July 24, 2024
10
11
Features & Improvements
12
+++++++++++++++++++++++
0 commit comments