File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1919 python -m pip install --upgrade pip
2020 pip install -r requirements.txt
2121 pip install pytest-cov # Para coverage
22- pip install webdriver-manager # Para ambos browsers (Firefox + Edge)
23- - name : Install GeckoDriver
24- run : |
25- python -m pip install webdriver-manager # Ya cubierto arriba, pero legacy
22+ pip install webdriver-manager # Para browsers si lo usas aún
2623 - name : Install Allure
2724 run : |
2825 wget https://github.com/allure-framework/allure2/releases/download/2.25.0/allure-2.25.0.zip
6562 name : coverage-html-report
6663 path : htmlcov/
6764 - name : Upload coverage to Codecov
68- uses : codecov/codecov-action@v3
65+ uses : codecov/codecov-action@v5
6966 with :
7067 file : ./coverage.xml
68+ token : ${{ secrets.CODECOV_TOKEN }}
7169 fail_ci_if_error : true
You can’t perform that action at this time.
0 commit comments