• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ckapps / overckd / 13656842746

31 May 2023 01:52PM UTC coverage: 20.328%. First build
13656842746

push

github

web-flow
Merge pull request #17 from ckapps/chore/update-deps

Chore/update deps

32 of 288 branches covered (11.11%)

Branch coverage included in aggregate %.

32 of 270 new or added lines in 73 files covered. (11.85%)

464 of 2152 relevant lines covered (21.56%)

0.76 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/packages/server/src/route/api/recipe-collection/recipe-collection.routes.ts
NEW
1
import { combineRoutes } from '@marblejs/http';
×
2
import {
×
3
  getCollections$,
4
  postRecipeCollection$,
5
  getCollectionsById$,
6
} from './recipe-collection.effects';
7

8
// ----------------------------------------------------------------------------
9
// routes
10
// ----------------------------------------------------------------------------
11
/**
12
 * Combined routes for collections
13
 */
14
export const recipeCollectionRoutes$ = combineRoutes('/collections', [
×
15
  getCollections$,
16
  postRecipeCollection$,
17
  getCollectionsById$,
18
]);
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc