-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
ci(workflows): Add code coverage reporting for v2 #6884
base: main
Are you sure you want to change the base?
Conversation
Changed Files
|
8e2283a
to
d91b994
Compare
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 ☂️ |
d2a1842
to
4873fa2
Compare
c9cde82
to
e74b921
Compare
e74b921
to
a9ec871
Compare
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.
Other than that, looks good to me!
run: | | ||
scripts/execute_cypress.sh "" "" "cypress-tests-v2" |
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.
Nit:
run: | | |
scripts/execute_cypress.sh "" "" "cypress-tests-v2" | |
run: scripts/execute_cypress.sh "" "" "cypress-tests-v2" |
Can also add a comment clarifying why the first 2 args are empty. It's not evident unless someone checks the source of the script file.
Type of Change
Description
Added a CI pipeline that will run cypress tests and generate code coverage reports for v2
Additional Changes
Motivation and Context
Closes #1593
Closes #1587
Closes #1622
Closes #1700
How did you test it?
Checklist
cargo +nightly fmt --all
cargo clippy