-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
Can't seem to include my source TypeScript file #1159
Comments
Please add |
Oops. Missed that one. It must have been in the changelog, as well, which I did read. 🤷♂️. Thank you, @coreyfarrell! |
And now it claims regarding what seems to be all of the lines, that they're not covered, while it seems that they should be. https://github.com/cycle-components/component-template/pull/67 I don't mean to bother the maintainers of this project, but I'm kinda lost with this. |
I think it's probably wrong to configure |
Thank you, @coreyfarrell, for your support. That piece of information of what to include and exclude in a transpiled project and why (instrument vs. report) would be great in the docs, I would suggest. I know there's the TypeScript shareable config. Nonetheless... |
Thank you for your help so far, @coreyfarrell. It seems like some CI runs pass with 100% coverage and others report 50% of statements are covered. A caching issue? |
Can you see what happens when you set |
Thank you for the tip, @coreyfarrell. With https://travis-ci.org/cycle-components/component-template/jobs/584692823 |
Good to know. I recommend subscribing to #1104 so you get a notification when beta then final releases of nyc@15 are available. |
🙏 🏆 🙏 |
Link to bug demonstration repository
https://github.com/cycle-components/component-template/pull/67
See the Travis CI runs. No files seem to be covered.
Expected Behavior
I went over the changelog and read the docs about including files and I'm not sure what I'm doing wrong. Could you please take a look? It's a tiny public repo.
Include the source file just like it does in the
master
branch.Observed Behavior
The source file does not seem to be included.
Troubleshooting steps
cache: false
in my nyc configEnvironment Information
The text was updated successfully, but these errors were encountered: