File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 8282 env :
8383 COVERAGE_FILE : coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}-${{ matrix.pydantic-version }}
8484 CONTEXT : ${{ runner.os }}-py${{ matrix.python-version }}
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
9285 - run : ls -la coverage
9386 # TODO: if removing Smokeshow, and moving only to Codecov, remove this
9487 - name : Store coverage files
9790 name : coverage-${{ matrix.python-version }}-${{ matrix.pydantic-version }}
9891 path : coverage/*
9992 include-hidden-files : true
93+ - uses : codecov/codecov-action@v5
94+ with :
95+ fail_ci_if_error : true
96+ files : ./coverage.xml
97+ name : codecov-umbrella
98+ token : ${{ secrets.CODECOV_TOKEN }}
99+ verbose : true
100100
101101 # TODO: if removing Smokeshow, and moving only to Codecov, remove this
102102 coverage-combine :
You can’t perform that action at this time.
0 commit comments