-
Notifications
You must be signed in to change notification settings - Fork 8
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
Setup typescript #66
Setup typescript #66
Conversation
Codecov Report
@@ Coverage Diff @@
## master #66 +/- ##
==========================================
+ Coverage 97.28% 97.52% +0.23%
==========================================
Files 5 6 +1
Lines 258 283 +25
Branches 82 93 +11
==========================================
+ Hits 251 276 +25
Misses 7 7
Continue to review full report at Codecov.
|
spectrum-generator updated |
Updating to 16.x here should help the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR
As a general comment (I haven't left a comment everywhere I saw that) I think you should review which types can be deduplicated and which types should be exported by the library
@@ -6,7 +6,7 @@ on: | |||
pull_request: | |||
|
|||
env: | |||
NODE_VERSION: 14.x |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use the following template:
https://github.com/zakodium/.github/blob/main/workflow-templates/nodejs-ts.yml
You should add the code coverage option to it though
For reference the template is based on the reusable workflow here: https://github.com/zakodium/workflows/blob/main/.github/workflows/nodejs.yml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wadjih-bencheikh18 I think you misunderdstood
Can you please copy-paste the entire workflow from https://github.com/zakodium/.github/blob/main/workflow-templates/nodejs-ts.yml as a base and then modify to activate code coverage? (and also replace $default-branch
placeholder with actual name of default branch)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code coverage is active by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think it's fixed now can you check? @stropitek
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, not yet. If you look at the github actions you'll see that some checks are executed multiple times. The reusable workflow already contains all common checks. You can remove all other jobs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what about now?
Ready to merge |
Thanks! |
finished the migration