mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-06 11:00:46 +00:00
Switch CI to codecov/codecov-action and enable it on Windows. (#6609)
This commit is contained in:
parent
4869315d10
commit
5d3aa80ad1
2
.github/workflows/tests-macos.yml
vendored
2
.github/workflows/tests-macos.yml
vendored
@ -27,4 +27,4 @@ jobs:
|
||||
tox -e py
|
||||
|
||||
- name: Upload coverage report
|
||||
run: bash <(curl -s https://codecov.io/bash)
|
||||
uses: codecov/codecov-action@v5
|
||||
|
2
.github/workflows/tests-ubuntu.yml
vendored
2
.github/workflows/tests-ubuntu.yml
vendored
@ -82,4 +82,4 @@ jobs:
|
||||
tox
|
||||
|
||||
- name: Upload coverage report
|
||||
run: bash <(curl -s https://codecov.io/bash)
|
||||
uses: codecov/codecov-action@v5
|
||||
|
3
.github/workflows/tests-windows.yml
vendored
3
.github/workflows/tests-windows.yml
vendored
@ -44,3 +44,6 @@ jobs:
|
||||
run: |
|
||||
pip install -U tox
|
||||
tox
|
||||
|
||||
- name: Upload coverage report
|
||||
uses: codecov/codecov-action@v5
|
||||
|
Loading…
x
Reference in New Issue
Block a user