File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
- name : Workflow for Codecov example-python
1
+ name : Workflow for Prevent example-python
2
2
on : [push, pull_request]
3
3
jobs :
4
4
run :
@@ -16,26 +16,26 @@ jobs:
16
16
run : pip install -r requirements.txt
17
17
- name : Run tests and collect coverage
18
18
run : pytest --cov app
19
- - name : Upload coverage to Codecov (arg token)
20
- uses : codecov/codecov -action@main
19
+ - name : Upload coverage to Prevent (arg token)
20
+ uses : getsentry/prevent -action@main
21
21
with :
22
22
fail_ci_if_error : true
23
- token : ${{ secrets.CODECOV_TOKEN }}
23
+ token : ${{ secrets.PREVENT_TOKEN }}
24
24
verbose : true
25
- - name : Upload coverage to Codecov (env token)
26
- uses : codecov/codecov -action@main
25
+ - name : Upload coverage to Prevent (env token)
26
+ uses : getsentry/prevent -action@main
27
27
with :
28
28
fail_ci_if_error : true
29
29
verbose : true
30
30
env :
31
- CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
32
- - name : Upload coverage to Codecov (no token)
33
- uses : codecov/codecov -action@main
31
+ PREVENT_TOKEN : ${{ secrets.PREVENT_TOKEN }}
32
+ - name : Upload coverage to Prevent (no token)
33
+ uses : getsentry/prevent -action@main
34
34
with :
35
35
fail_ci_if_error : true
36
36
verbose : true
37
- - name : Upload coverage to Codecov (oidc)
38
- uses : codecov/codecov -action@main
37
+ - name : Upload coverage to Prevent (oidc)
38
+ uses : getsentry/prevent -action@main
39
39
with :
40
40
fail_ci_if_error : true
41
41
use_oidc : true
You can’t perform that action at this time.
0 commit comments