Skip to content
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

Add Code Coverage report #6

Open
3 tasks
andrii-bodnar opened this issue Jan 11, 2023 · 1 comment
Open
3 tasks

Add Code Coverage report #6

andrii-bodnar opened this issue Jan 11, 2023 · 1 comment
Labels
hacktoberfest help wanted Extra attention is needed

Comments

@andrii-bodnar
Copy link
Contributor

andrii-bodnar commented Jan 11, 2023

  • add CI step that will run tests and generate a code coverage report compatible with the Codecov (it may require some additional configuration. Example: codecov/example-rust)
  • add CI step that will publish the report to Codecov (ask @andrii-bodnar to create a repository secret with the token)
  • add badge to the Readme
@andrii-bodnar andrii-bodnar added the help wanted Extra attention is needed label Jan 11, 2023
@thekip
Copy link
Collaborator

thekip commented Feb 9, 2023

Looks like we need to use nightly Rust to collect coverage 😬
That's a bit weird because release is build with stable rust, and latest nightly has known compatibility problems with SWC.

I will continue investigating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants