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 3f85f4f commit 278322bCopy full SHA for 278322b
.github/workflows/ci.yml
@@ -1,4 +1,6 @@
1
name: Workflow for Codecov example-python
2
+permissions:
3
+ id-token: write
4
on: [push, pull_request]
5
jobs:
6
run:
@@ -20,8 +22,4 @@ jobs:
20
22
run: pytest --cov app --junitxml=junit.xml -o junit_family=legacy
21
23
- name: Upload test results to Codecov
24
if: ${{ !cancelled() }}
- run: |
- pip install sentry-prevent-cli
25
- sentry-prevent-cli -v upload --report-type test-results
26
- env:
27
- PREVENT_TOKEN: ${{ secrets.PREVENT_TOKEN }}
+ uses: getsentry/prevent-action@latest
0 commit comments