Skip to content

Commit

Permalink
Hopefully fixed coverage upload to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtronics committed Oct 15, 2023
1 parent 306ecff commit 919beda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ jobs:
uses: codecov/codecov-action@v3
with:
env_vars: PHP_VERSION,DB_TYPE
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

- name: Test app:clean-attachments
run: php bin/console partdb:attachments:clean-unused -n
Expand Down

0 comments on commit 919beda

Please sign in to comment.