-
Notifications
You must be signed in to change notification settings - Fork 17
Github Actions workflow improvements #975
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
Github Actions workflow improvements #975
Conversation
| '!src/ui/components/Voting/CatalystConfirmationStep.tsx' | ||
| ], | ||
| setupFilesAfterEnv: ['./test/jest.setup.js', 'jest-canvas-mock'], | ||
| transform: { |
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.
this code has been moved to common createJestConfig file
Allure report
smokeTests: ✅ test report for 00540f34
|
|
Changes unknown |
.github/shared/build/action.yml
Outdated
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.
To get rid of warnings like that 👇 in our pipelines:
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/labeler@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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.
3f77e78 to
376037d
Compare
376037d to
00540f3
Compare
|





Improve code coverage and clean-up output log for cardano package.
With this change we eliminate from outpu errors like this one 👇
as we have a bunch of files which are not imported in tests nor have a test:
This is what coveralls shows currently on main:
This is what coveralls shows after this change: