fix(metrics): use the right CSV file#3502
Conversation
✅ Deploy Preview for testcontainers-go ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Caution Review failedThe pull request is closed. Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings. WalkthroughThe GitHub Actions workflow for usage metrics collection has been updated to correct the relative file path where the CSV output is written, changing from a path that navigates three directory levels up to one that navigates two levels up. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
Poem
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What does this PR do?
Use the right CSV path in the flag used by the CI call.
Why is it important?
Else, the CSV is wrong. Iterating on CI is unfortunate :(
Related issues