-
Notifications
You must be signed in to change notification settings - Fork 3
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
Set up Codecov #350
Set up Codecov #350
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. Thanks for integrating Codecov - We've got you covered ☂️ |
@valentinpalkovic This is just added coverage reporting so we don't need to cut a release for it. I'm not sure how to set up the labels properly so can you fix those? |
Done! |
@@ -96,6 +96,7 @@ | |||
"@typescript-eslint/parser": "^5.59.11", | |||
"@urql/exchange-auth": "^2.1.6", | |||
"@vitejs/plugin-react": "^3.1.0", | |||
"@vitest/coverage-v8": "^2.1.8", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To avoid issues or conflicts, we should always make sure that all vitest
related package versions are equal.
vitest
@vitest/coverage-v8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed!
958729f
to
8499c6a
Compare
This PR sets up code coverage reporting with Codecov. You can see the result of the run here.
📦 Published PR as canary version:
3.2.4--canary.350.958729f.0
✨ Test out this PR locally via: