Skip to content

Commit

Permalink
force error on ATS run to test logging to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanni-guidini committed Dec 28, 2023
1 parent 8b9bf39 commit 699e5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Run ATS
run: bashcov ./src/codecov_ats.sh
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CODECOV_TOKEN: "wrong_token"
CODECOV_STATIC_TOKEN: ${{ secrets.CODECOV_STATIC_TOKEN }}
INPUTS_VERBOSE: true
- name: Upload to Codecov
Expand Down

0 comments on commit 699e5f5

Please sign in to comment.