Skip to content

Commit

Permalink
Merge pull request #1043 from nfephp-org/configurando-codecov
Browse files Browse the repository at this point in the history
Adicionando parâmetros codecov
  • Loading branch information
robmachado authored May 24, 2024
2 parents 6829714 + 81930df commit 17e63e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,7 @@ jobs:
- name: Submit code coverage
if: matrix.php-version == '8.2'
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
fail_ci_if_error: true

0 comments on commit 17e63e6

Please sign in to comment.