mirror of https://github.com/scrapy/scrapy.git
This commit is contained in:
parent
0f07b2e38c
commit
e30ba7d4ca
|
|
@ -36,4 +36,6 @@ jobs:
|
|||
|
||||
- name: Upload test results
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
report_type: test_results
|
||||
|
|
|
|||
|
|
@ -91,4 +91,6 @@ jobs:
|
|||
|
||||
- name: Upload test results
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
report_type: test_results
|
||||
|
|
|
|||
|
|
@ -64,4 +64,6 @@ jobs:
|
|||
|
||||
- name: Upload test results
|
||||
if: ${{ !cancelled() }}
|
||||
uses: codecov/test-results-action@v1
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
report_type: test_results
|
||||
|
|
|
|||
Loading…
Reference in New Issue