@@ -39,18 +39,18 @@ jobs:
39
39
- name : Run tests with pytest
40
40
run : pytest --cov=ts_workflow_examples --cov-report=xml
41
41
42
- - name : Upload coverage to Codecov
43
- uses : codecov/codecov-action@v4
44
- env :
45
- CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
46
- with :
47
- token : ${{ secrets.CODECOV_TOKEN }}
48
- files : ./coverage.xml # Adjust path to your coverage report if needed
49
- flags : unittests
50
- name : codecov-ubuntu # Optional name for the upload
51
- fail_ci_if_error : true
52
- directory : ./ # Adjust if the coverage file is in a different directory
53
- override_branch : ${{ github.head_ref || github.ref_name }}
54
- override_commit : ${{ github.sha }}
55
- override_pr : ${{ github.event.number }}
56
- repository : ts-workflow-examples/ts_workflow_examples
42
+ # - name: Upload coverage to Codecov
43
+ # uses: codecov/codecov-action@v4
44
+ # env:
45
+ # CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
46
+ # with:
47
+ # token: ${{ secrets.CODECOV_TOKEN }}
48
+ # files: ./coverage.xml # Adjust path to your coverage report if needed
49
+ # flags: unittests
50
+ # name: codecov-ubuntu # Optional name for the upload
51
+ # fail_ci_if_error: true
52
+ # directory: ./ # Adjust if the coverage file is in a different directory
53
+ # override_branch: ${{ github.head_ref || github.ref_name }}
54
+ # override_commit: ${{ github.sha }}
55
+ # override_pr: ${{ github.event.number }}
56
+ # repository: ts-workflow-examples/ts_workflow_examples
0 commit comments