File tree 2 files changed +0
-11
lines changed
2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -74,23 +74,13 @@ jobs:
74
74
env :
75
75
COVERAGE_FILE : coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}-${{ matrix.pydantic-version }}
76
76
CONTEXT : ${{ runner.os }}-py${{ matrix.python-version }}
77
- # TODO: if removing Smokeshow, and moving only to Codecov, remove this
78
- # Upload files before running Codecov, as it generates an extra file coverage/coverage.xml, and that breaks coverage-combine
79
77
- name : Store coverage files
80
78
uses : actions/upload-artifact@v4
81
79
with :
82
80
name : coverage-${{ matrix.python-version }}-${{ matrix.pydantic-version }}
83
81
path : coverage
84
82
include-hidden-files : true
85
- - uses : codecov/codecov-action@v5
86
- with :
87
- fail_ci_if_error : true
88
- files : ./coverage.xml
89
- name : codecov-umbrella
90
- token : ${{ secrets.CODECOV_TOKEN }}
91
- verbose : true
92
83
93
- # TODO: if removing Smokeshow, and moving only to Codecov, remove this
94
84
coverage-combine :
95
85
needs :
96
86
- test
Original file line number Diff line number Diff line change @@ -7,4 +7,3 @@ coverage run -m pytest tests
7
7
coverage combine
8
8
coverage report
9
9
coverage html
10
- coverage xml
You can’t perform that action at this time.
0 commit comments