example
example copied to clipboard
Alternative project structure
Obviously, you can take it or leave it, but I wanted to share how I reasoned with the starter project. It might be useful to at least create a branch on the project as an alternative for people to look at.
All tests are still passing, and builds are working just fine.
Codecov Report
Merging #43 into master will decrease coverage by
0.28%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #43 +/- ##
==========================================
- Coverage 100% 99.71% -0.29%
==========================================
Files 68 44 -24
Lines 409 347 -62
Branches 7 7
==========================================
- Hits 409 346 -63
- Misses 0 1 +1
Impacted Files | Coverage Δ | |
---|---|---|
src/resources/auth/api/routes.ts | 100% <ø> (ø) |
|
src/resources/auth/api/helpers.ts | 100% <ø> (ø) |
|
src/middleware/cors.ts | 100% <ø> (ø) |
|
src/resources/movies/api/models.ts | 100% <ø> (ø) |
|
src/util/database/queries.ts | 100% <ø> (ø) |
|
src/util/server/requests.ts | 100% <ø> (ø) |
|
src/resources/auth/fixtures/mocks.ts | 100% <ø> (ø) |
|
src/resources/actors/api/models.ts | 100% <ø> (ø) |
|
src/resources/etc/version/effects.ts | 100% <ø> (ø) |
|
src/util/database/mocks.ts | 100% <ø> (ø) |
|
... and 40 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 9f885ac...b7bdcda. Read the comment docs.