Skip to content

Commit 55a8f5c

Browse files
author
Eugene Shershen
committed
remove commented-out CI steps
1 parent 1091f79 commit 55a8f5c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,6 @@ jobs:
9090
- name: Run tests without PostgreSQL
9191
run: python -m pytest tests/ -v
9292

93-
# - name: Run pytest
94-
# run: python -m pytest tests/ -v
95-
#
96-
# - name: Run tests and collect coverage
97-
# run: pytest --cov .
98-
#
99-
# - name: Upload coverage reports to Codecov
100-
# uses: codecov/codecov-action@v5
101-
# with:
102-
# token: ${{ secrets.CODECOV_TOKEN }}
10393

10494
lint:
10595
name: lint

0 commit comments

Comments
 (0)