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

Does this tell you if you added new errors in files that were not changed in the PR? #28

Open
rattrayalex opened this issue Oct 18, 2021 · 0 comments

Comments

@rattrayalex
Copy link

We are migrating a legacy codebase from JS to TS, and currently there are many thousands of errors. When we edit a given file, we usually use the VS Code Problems Pane to ensure that there are no errors left in the file we've edited. But when we change a component/function that's used in many places, it's difficult to ensure that we haven't added type errors in those other places.

Will this action help us with that? Is there some kind of reporting of "total number of errors", especially compared with the main branch? Can it highlight newly-added errors on non-changed files?

I imagine these are very difficult things to build if you do not already have the functionality (namely, comparing to the main branch's latest results). But I thought I'd ask as it might be very helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant