- 
                Notifications
    
You must be signed in to change notification settings  - Fork 0
 
ci(test): fix codecov #112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| 
          
 Caution Review failedThe pull request is closed. WalkthroughThe changes made in the GitHub Actions workflow file  Changes
 Sequence Diagram(s)sequenceDiagram
    participant A as Test Runner
    participant B as Coverage Tool
    participant C as Codecov
    A->>B: Run tests
    B->>A: Return coverage results
    A->>C: Upload coverage report (if Python version is '3.12')
    
 Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit: 
 Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
 Other keywords and placeholders
 CodeRabbit Configuration File (
 | 
    
          Codecov ReportAll modified and coverable lines are covered by tests ✅ 
 Additional details and impacted files@@             Coverage Diff             @@
##           master     #112       +/-   ##
===========================================
+ Coverage   79.46%   97.60%   +18.13%     
===========================================
  Files           8        8               
  Lines         565      668      +103     
===========================================
+ Hits          449      652      +203     
+ Misses        116       16      -100     ☔ View full report in Codecov by Sentry.  | 
    
Summary by CodeRabbit