-
Notifications
You must be signed in to change notification settings - Fork 9
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
BugFix: Fix Pipeline Issue #1295
Conversation
Openshift URLs for the PR Deployment: |
Update to node 20 Bump typescript version
c8ddc02
to
6e2feb0
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #1295 +/- ##
=======================================
Coverage 52.66% 52.66%
=======================================
Files 581 581
Lines 16763 16763
Branches 2601 2601
=======================================
Hits 8829 8829
Misses 7344 7344
Partials 590 590 ☔ View full report in Codecov by Sentry. |
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.
🦖
Openshift URLs for the PR Deployment: |
Quality Gate passedIssues Measures |
Links to Jira Tickets
n/a
Originally prompted by:
Description of Changes
Update api/app dockerfiles
Add tsconfig.production.ts and .env.production to the api and app respectively, to remove tests and sourcemaps from the deployed build
Update to node 20
Bump typescript version
Testing Notes
Should build, deploy, and runs as normal both locally and in Openshift.