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

ringcentral / google-forms-notification-add-in / 3653913107

pending completion
3653913107

push

github

GitHub
chore(deps): bump moment from 2.29.2 to 2.29.4

223 of 239 branches covered (93.31%)

Branch coverage included in aggregate %.

641 of 652 relevant lines covered (98.31%)

14.5 hits per line

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

100.0
/src/server/lib/constants.js
1
const route = {
5✔
2
  forClient: {
3
    CLIENT_SETUP: '/setup',
4
    SUBSCRIBE: '/subscribe',
5
    OPEN_AUTH_PAGE: '/open-auth-page',
6
    GET_USER_INFO: '/get-user-info',
7
    GENERATE_TOKEN: '/generate-token',
8
    REVOKE_TOKEN: '/revoke-token',
9
    GET_FORM_DATA: '/get-form-data',
10
  },
11
  forThirdParty: {
12
    AUTH_CALLBACK: '/oauth-callback',
13
    NOTIFICATION: '/notification',
14
    INTERACTIVE_MESSAGE: '/interactive-messages',
15
  }
16
}
17

18
const icon = {
5✔
19
  LOGO: 'https://raw.githubusercontent.com/ringcentral/google-forms-notification-add-in/main/icons/logo.png',
20
};
21

22
exports.route = route;
5✔
23
exports.icon = icon;
5✔
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