Skip to content

Commit

Permalink
fix codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
LordSimal committed Aug 11, 2024
1 parent 2038dae commit 0c6a63c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
- name: Code Coverage Report
if: success() && matrix.php-version == '8.3'
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

cs-stan:
name: Coding Standard & Static Analysis
Expand Down

0 comments on commit 0c6a63c

Please sign in to comment.