Conversation
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment Thanks for integrating Codecov - We've got you covered ☂️ |
|
@jaegeral ptal |
| - name: Create pull request | ||
| uses: peter-evans/create-pull-request@v7 | ||
| with: | ||
| committer: hacktobeer <ramsesdebeer@gmail.com> |
There was a problem hiding this comment.
Could that be ```
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
There was a problem hiding this comment.
That gives issues with the Google CLA github agreement thing.
| run: uv sync --group test | ||
| - name: Test with pytest - ${{ matrix.python-version }} | ||
| run: uv run pytest -s --cov=. --cov-branch --cov-report=xml -v | ||
| # Please uncomment this if your organization uses Codecov test coverage! |
There was a problem hiding this comment.
should this be reomved or do you plan to un comment that in the near future?
There was a problem hiding this comment.
We enable it for repositories bit-by-bit so keeping it commented here makes sense for now.
Uh oh!
There was an error while loading. Please reload this page.