Skip to content

Commit

Permalink
test: try lcov report for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
altaurog committed May 7, 2024
1 parent d91a589 commit 73ffb10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ jobs:
run: tox -e coverage
- name: coveralls
uses: coverallsapp/github-action@v2
with:
file: coverage.lcov
format: lcov
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ deps =
pytest-cov
psycopg2~=2.9
commands =
pytest --cov=pgcopy/ tests/
pytest --cov-report=term --cov-report=lcov:coverage.lcov --cov=pgcopy/ tests/
docker = pgvector
[testenv:psycopg28]
base_python = python3.10
Expand Down

0 comments on commit 73ffb10

Please sign in to comment.