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

hicommonwealth / commonwealth / 13078158296

31 Jan 2025 05:59PM UTC coverage: 47.216% (+0.02%) from 47.2%
13078158296

push

github

web-flow
Merge pull request #10603 from hicommonwealth/ryan/farcaster-manifest

Add dynamic farcaster manifest

1379 of 3277 branches covered (42.08%)

Branch coverage included in aggregate %.

4 of 6 new or added lines in 2 files covered. (66.67%)

2700 of 5362 relevant lines covered (50.35%)

36.24 hits per line

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

0.0
/libs/model/src/contest/FarcasterNotificationsWebhook.command.ts
1
/* eslint-disable */
2
import { type Command } from '@hicommonwealth/core';
3
import * as schemas from '@hicommonwealth/schemas';
4

5
// This webhook processes the farcaster notification events
6
export function FarcasterNotificationsWebhook(): Command<
7
  typeof schemas.FarcasterNotificationsWebhook
8
> {
NEW
9
  return {
×
10
    ...schemas.FarcasterNotificationsWebhook,
11
    auth: [],
12
    body: async () => {
13
      // console.log('NOTIFICATIONS EVENT PAYLOAD: ', payload);
NEW
14
      return {
×
15
        message: 'OK',
16
      };
17
    },
18
  };
19
}
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

© 2026 Coveralls, Inc