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

teableio / teable / 8477076350

29 Mar 2024 04:11AM UTC coverage: 21.636% (-0.2%) from 21.83%
8477076350

Pull #484

github

web-flow
Merge 4e5e9beeb into 039ad8b0a
Pull Request #484: feat: support increment import

1395 of 2503 branches covered (55.73%)

24 of 733 new or added lines in 23 files covered. (3.27%)

2 existing lines in 1 file now uncovered.

14552 of 67258 relevant lines covered (21.64%)

2.07 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