Skip to content

Commit d07230c

Browse files
committed
Update unit-tests.yaml
1 parent 3587b2d commit d07230c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@ jobs:
3232
run: uvx poetry install --with dev
3333

3434
- name: Unit tests
35-
run: uvx poetry run pytest tests/ --cov --cov-report=xml -vv
35+
# run: uvx poetry run pytest tests/ --cov --cov-report=xml -vv
36+
run: uvx poetry run pytest tests/ -vv
3637

37-
- name: Upload coverage reports to Codecov
38-
uses: codecov/codecov-action@v5
39-
if: matrix.python-version == '3.12.1'
40-
with:
41-
token: ${{ secrets.CODECOV_TOKEN }}
38+
# - name: Upload coverage reports to Codecov
39+
# uses: codecov/codecov-action@v5
40+
# if: matrix.python-version == '3.12.1'
41+
# with:
42+
# token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)