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

teableio / teable / 10297533244

08 Aug 2024 07:06AM UTC coverage: 17.728%. Remained the same
10297533244

push

github

web-flow
fix: restrict the encoding format of attachment names to utf-8 (#802)

1387 of 2813 branches covered (49.31%)

14082 of 79435 relevant lines covered (17.73%)

1.76 hits per line

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

0.0
/apps/nextjs-app/src/backend/api/rest/axios.ts
1
import { createAxios } from '@teable/openapi';
×
2

×
3
export const getAxios = () => {
×
4
  const axios = createAxios();
×
5
  axios.defaults.baseURL = `http://localhost:${process.env.PORT}/api`;
×
6
  return axios;
×
7
};
×
8

×
9
export const axios = getAxios();
×
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