• 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/tag/tag.routes.ts
NEW
1
import { combineRoutes } from '@marblejs/http';
×
2
import { findTagsByQuery$, getTagByUri$, createTag$ } from './tag.effects';
×
3

4
// ----------------------------------------------------------------------------
5
// routes
6
// ----------------------------------------------------------------------------
7
/**
8
 * Combined routes for ingredient tags
9
 */
10
export const tagRoutes$ = combineRoutes('/tags', [
×
11
  findTagsByQuery$,
12
  getTagByUri$,
13
  createTag$,
14
]);
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