Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #204 +/- ##
===========================================
- Coverage 84.00% 10.23% -73.77%
===========================================
Files 7 92 +85
Lines 50 3195 +3145
Branches 24 24
===========================================
+ Hits 42 327 +285
- Misses 8 2863 +2855
- Partials 0 5 +5
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Note: - This is a workaround for having to adjust the package scripts which run the doppler CLI command - We don't use secrets in these CI workflows so this is only to have the doppler command available which I think is cleaner than adjusting the package scripts to be the old "non-doppler" commands used for CI and then new commands with doppler be more annoying to type (e.g. "npm run dev:doppler" on every use just so CI can use the base command for no doppler usage)
danctila
commented
Mar 20, 2026
danctila
commented
Mar 20, 2026
| "test:coverage": "doppler run -- jest --coverage" | ||
| "test": "jest", | ||
| "test:watch": "jest --watch", | ||
| "test:coverage": "jest --coverage" |
Contributor
Author
There was a problem hiding this comment.
ts passes locally with doppler command so idk what happens in CI but this is fine now
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Migrated environment variable management from
.envfiles to Doppler for centralized secrets management. This eliminates the need to share.envfiles across the team and provides a web interface for managing secrets across development, testing, and production environments.See more about Doppler here: https://docs.doppler.com/docs/install-cli
Type of Change
Related Issue(s)
Closes #89
What Changed?
doppler run --)doppler.yamlconfig files for backend, web, and mobile projects (easier juts for first time setup)db-setup-envMakefile target.env.samplefilesTesting & Validation
How this was tested
/test-api)Unfinished Work & Known Issues
Pre-Merge Checklist
Code Quality
Testing & CI
Documentation