Skip to content

Commit dcedf66

Browse files
committed
upload requirements.txt and modify of conftest.py
1 parent f4da492 commit dcedf66

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ jobs:
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
@@ -65,7 +62,8 @@ jobs:
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

0 commit comments

Comments
 (0)