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

cartesi / rollups-explorer / 16102248539

06 Jul 2025 06:24PM UTC coverage: 88.254% (-0.2%) from 88.427%
16102248539

push

github

web-flow
Feat: Add config flexibility for containers (#360)

1653 of 1923 branches covered (85.96%)

Branch coverage included in aggregate %.

42 of 121 new or added lines in 11 files covered. (34.71%)

6 existing lines in 4 files now uncovered.

11285 of 12737 relevant lines covered (88.6%)

62.14 hits per line

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

20.0
/apps/web/src/lib/getConfigExplorerInternalAPIUrl.ts
1
/**
1✔
2
 * Return configuration to internal endpoints e.g. when using docker in a compose setup
3
 * That allows the explorer internal server-to-server calls to reach other containers.
4
 */
NEW
5
export const getConfiguredInternalExplorerAPI = () => {
×
NEW
6
    const api = process.env.INTERNAL_EXPLORER_API_URL;
×
NEW
7
    return api;
×
NEW
8
};
×
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