File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 5959 - uses : astral-sh/setup-uv@v7
6060 with :
6161 python-version : ${{ matrix.python-version }}
62- - run : uv run --with Django~=${{ matrix.django-version }}.0 pytest -m "not selenium"
62+ - run : uv run --with Django~=${{ matrix.django-version }}.0 pytest --cov-report=xml - m "not selenium"
6363 - uses : codecov/codecov-action@v5
64+ with :
65+ token : ${{ secrets.CODECOV_TOKEN }}
66+ flags : python-${{ matrix.python-version }}
6467 Selenium :
6568 needs :
6669 - standardjs
7275 curl -LsSfO https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
7376 sudo dpkg -i google-chrome-stable_current_amd64.deb || sudo apt-get -f install -y
7477 - uses : astral-sh/setup-uv@v7
75- - run : uv run pytest -m selenium
78+ - run : uv run pytest --cov-report=xml - m selenium
7679 - uses : codecov/codecov-action@v5
80+ with :
81+ token : ${{ secrets.CODECOV_TOKEN }}
82+ flags : selenium
You can’t perform that action at this time.
0 commit comments