Skip to content

Commit

Permalink
codecov trying to get working again (#1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwag956 authored Jul 24, 2024
1 parent a024bf3 commit 49a7429
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
+++++++++++++++++++++++
Expand Down

0 comments on commit 49a7429

Please sign in to comment.