Skip to content

Commit 49a7429

Browse files
authored
codecov trying to get working again (#1014)
1 parent a024bf3 commit 49a7429

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ jobs:
9696
- name: Upload coverage to Codecov
9797
uses: codecov/codecov-action@v4
9898
with:
99-
fail_ci_if_error: false
99+
fail_ci_if_error: true
100100
verbose: true
101-
token: ${{ secrets.CODECOV_TOKEN }}
101+
token: ${{ secrets.codecov_token }}
102102
realdb:
103103
runs-on: ubuntu-latest
104104

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Here you can see the full list of changes between each Flask-Security release.
66
Version 5.5.0
77
-------------
88

9-
Released July 23, 2024
9+
Released July 24, 2024
1010

1111
Features & Improvements
1212
+++++++++++++++++++++++

0 commit comments

Comments
 (0)