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

Test against multiple TypeScript versions in CI #2565

Closed
JoshuaKGoldberg opened this issue Sep 15, 2020 · 2 comments
Closed

Test against multiple TypeScript versions in CI #2565

JoshuaKGoldberg opened this issue Sep 15, 2020 · 2 comments

Comments

@JoshuaKGoldberg
Copy link
Member

(starting from scratch because there isn't a repo build steps focused issue template)

Splitting out an issue for #2516 (comment):

We don't yet have any test tooling around specifying TS versions (for any package).
On the to-do list but nobody has ever prioritised it.

The simplest approach might be extending CI's unit_tests_on_other_node_versions to also switch on different TypeScript package versions (example syntax).

It'd be great as a next step (followup issue?) to also make use of CodeCov's report merging to combine unit test coverage from all of them. #2516 is an example PR where code under test changes behavior on the TypeScript version.

@bradzacher
Copy link
Member

We should probably centralise discussion about this on #1752

@JoshuaKGoldberg
Copy link
Member Author

Aha! I searched but didn't find that one. Thanks!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants