Skip to content

Conversation

06kellyjac
Copy link
Contributor

fix: correct typing for ConfigLoader env

Was providing a number which can be coerced to a string but TS is a bit more strict asking for string values for env.

Also swapped 0 to false to be more clear and added a docs link.

chore: add tsc for just server and add to CI

Add type checking for the server to CI.
Type Checking for the whole project would be good but the frontend has some typechecking rules which work fine for the build but tsc doesn't currently respect. Will fix in the future.

Was providing a number which can be coerced to a string
but TS is a bit more strict asking for string values for env.

Also swapped 0 to false to be more clear and added a docs link.
Add type checking for the server to CI.
Type Checking for the whole project would be good but
the frontend has some typechecking rules which work fine for the
build but tsc doesn't currently respect. Will fix in the future.
Copy link

netlify bot commented Jul 1, 2025

Deploy Preview for endearing-brigadeiros-63f9d0 canceled.

Name Link
🔨 Latest commit 3354838
🔍 Latest deploy log https://app.netlify.com/projects/endearing-brigadeiros-63f9d0/deploys/6863d705a4de8e00087294b2

@github-actions github-actions bot added the fix label Jul 1, 2025
Copy link

codecov bot commented Jul 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.78%. Comparing base (cfc069c) to head (3354838).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1070   +/-   ##
=======================================
  Coverage   76.78%   76.78%           
=======================================
  Files          55       55           
  Lines        2261     2261           
  Branches      251      251           
=======================================
  Hits         1736     1736           
  Misses        495      495           
  Partials       30       30           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@JamieSlome JamieSlome merged commit 04b0f10 into finos:main Jul 1, 2025
14 checks passed
@06kellyjac 06kellyjac deleted the fix_type_issue branch July 1, 2025 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants