Uh oh!
There was an error while loading. Please reload this page.
fix: try codecov-action - #341
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## main #341 +/- ##
=======================================
Coverage 97.22% 97.22% =======================================
Files 3 3 Lines 36 36 =======================================
Hits 35 35 Misses 1 1 ☔ View full report in Codecov by Harness. |
| uses: actions/checkout@v4 | ||
| - name: Set up Python 3.10 | ||
| uses: actions/setup-python@v4 | ||
| with: | ||
| python-version: '3.10' |
There was a problem hiding this comment.
| uses: actions/checkout@v6 | |
| - name: Set up Python 3.14 | |
| uses: actions/setup-python@v6 | |
| with: | |
| python-version: '3.14' |
https://github.com/actions/checkout/releases
https://github.com/actions/setup-python/releases
There was a problem hiding this comment.
codecov-test
commented
Apr 27, 2026
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 ☂️ |
No description provided.