-
-
Notifications
You must be signed in to change notification settings - Fork 80
🛠 Tooling: Setup end-to-end test should also factor into code coverage #495
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
Comments
I tried this out in #496 and ran into issues. Leaving this open for anybody who wants to try it out. From the upload on Codecov:
![]() It looks like the
I wonder if the issue is that the setup script deletes the |
## PR Checklist - [x] Addresses an existing open issue: fixes #495 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/template-typescript-node-package/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Uses similar tracking to the hydration script.
Solution from #496: run the setup script a second time, skipping the removal of files 😄 |
🎉 This is included in version v1.28.1 🎉 The release is available on: Cheers! 📦🚀 |
1 similar comment
🎉 This is included in version v1.28.1 🎉 The release is available on: Cheers! 📦🚀 |
Bug Report Checklist
main
branch of the repository.Overview
In #472 -> #473, I added code coverage tracking to the hydration end-to-end tests. It's merged with unit test code coverage.
However, I didn't add the tracking for setup end-to-end tests. Which is unfortunate because setup files are being counted as not having code coverage. Let's fix that!
Additional Info
No response
The text was updated successfully, but these errors were encountered: