Skip to content

Commit f2f1284

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

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +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
36-
run: uvx poetry run pytest tests/ -vv
35+
run: uvx poetry run pytest tests/ --cov --cov-report=xml -vv
36+
# run: uvx poetry run pytest tests/ -vv
3737

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 }}
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)