diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 202c9ff..64821dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,9 +22,10 @@ jobs: uses: ./ with: folders_to_exclude: node_modules - verbose: true + verbose: false + fail_on_error: true env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + CODECOV_TOKEN: 'wrong_token' CODECOV_STATIC_TOKEN: ${{ secrets.CODECOV_STATIC_TOKEN }} - name: Run Tests and collect coverage run: pytest --cov app ${{ env.CODECOV_ATS_TESTS }}