Skip to content

Upload coverage to Coveralls.io#91

Open
apdavison wants to merge 2 commits into
openMetadataInitiative:pipelinefrom
apdavison:add-coveralls
Open

Upload coverage to Coveralls.io#91
apdavison wants to merge 2 commits into
openMetadataInitiative:pipelinefrom
apdavison:add-coveralls

Conversation

@apdavison

@apdavison apdavison commented Mar 27, 2026

Copy link
Copy Markdown
Member

Summary

  • Adds --cov-report lcov to the existing pytest coverage run (Python 3.14 only)
  • Adds a coverallsapp/github-action@v2 step to upload the LCOV report to Coveralls.io after tests pass

@apdavison apdavison requested a review from lzehl March 27, 2026 15:53
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage.lcov

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
path-to-lcov: coverage.lcov
file: coverage.lcov

I didn't see an option path-to-lcov in the README https://github.com/marketplace/actions/coveralls-github-action

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