Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/coveralls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ jobs:
run: |
pdm install
- name: generate coverage report
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pdm run coverage run --source=feeph.i2c -m pytest tests/
pdm run coveralls
# coveralls recognizes the presence of .coverage but claims there
# is nothing to report; creating a report in lcov format fixes that
mkdir -p coverage
pdm run coverage-lcov --output_file_path=coverage/lcov.info
- name: coveralls action
Expand Down