We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf5553 commit 9263811Copy full SHA for 9263811
.github/workflows/ci.yml
@@ -19,7 +19,8 @@ jobs:
19
- name: Upload test results to Codecov
20
if: ${{ !cancelled() }}
21
run: |
22
- pip install sentry-prevent-cli
23
- sentry-prevent-cli -v upload --report-type test-results
+ curl -LOs https://github.com/getsentry/prevent-cli/releases/latest/download/sentry-prevent-cli_linux
+ chmod u+x sentry-prevent-cli_linux
24
+ sentry-prevent-cli_linux -v upload --report-type test-results
25
env:
26
PREVENT_TOKEN: ${{ secrets.PREVENT_TOKEN }}
0 commit comments