Skip to content

Commit

Permalink
Update ci.yml (#256)
Browse files Browse the repository at this point in the history
Fix up missing token
  • Loading branch information
dereuromark committed Feb 8, 2024
1 parent d8125f3 commit 1c1f694
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -64,6 +64,8 @@ jobs:
- name: Submit code coverage
if: success() && matrix.php-version == '8.1'
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

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

0 comments on commit 1c1f694

Please sign in to comment.