1
0
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:
Andrey Rakhmatullin 2025-01-07 13:52:26 +04:00 committed by GitHub
parent 4869315d10
commit 5d3aa80ad1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -82,4 +82,4 @@ jobs:
tox
- name: Upload coverage report
run: bash <(curl -s https://codecov.io/bash)
uses: codecov/codecov-action@v5

View File

@ -44,3 +44,6 @@ jobs:
run: |
pip install -U tox
tox
- name: Upload coverage report
uses: codecov/codecov-action@v5