Skip to content

Write LCOV coverage report to path expected by qltysh#192

Merged
physikerwelt merged 2 commits intomainfrom
copilot/update-coverage-report-location
Feb 25, 2026
Merged

Write LCOV coverage report to path expected by qltysh#192
physikerwelt merged 2 commits intomainfrom
copilot/update-coverage-report-location

Conversation

Copy link
Contributor

Copilot AI commented Feb 25, 2026

The pytest step generated a coverage report but never wrote it in LCOV format, so qltysh/qlty-action/coverage had nothing to pick up at coverage/lcov.info.

Change

  • Added coverage lcov -o coverage/lcov.info to the Test with pytest step, producing the LCOV file the qlty action already references
       - name: Test with pytest
         run: |
           coverage run -m pytest
           coverage report -m
+          coverage lcov -o coverage/lcov.info

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: physikerwelt <2777736+physikerwelt@users.noreply.github.com>
Copilot AI changed the title [WIP] Update pytest to write coverage report for qltysh Write LCOV coverage report to path expected by qltysh Feb 25, 2026
@physikerwelt physikerwelt marked this pull request as ready for review February 25, 2026 20:42
@physikerwelt physikerwelt merged commit 4199ad9 into main Feb 25, 2026
2 checks passed
@physikerwelt physikerwelt deleted the copilot/update-coverage-report-location branch February 25, 2026 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants