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

iplweb / bpp / 0950478e-207f-4389-967f-fb3a6c1090d4

01 Apr 2025 12:57PM UTC coverage: 43.279% (-3.3%) from 46.628%
0950478e-207f-4389-967f-fb3a6c1090d4

push

circleci

mpasternak
Merge branch 'release/v202504.1175'

1 of 19 new or added lines in 5 files covered. (5.26%)

1780 existing lines in 123 files now uncovered.

15876 of 36683 relevant lines covered (43.28%)

0.79 hits per line

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

71.43
src/import_common/tests/conftest.py
UNCOV
1
from pathlib import Path
1✔
2

UNCOV
3
import pytest
1✔
4

5

UNCOV
6
@pytest.fixture
1✔
UNCOV
7
def parent_path():
1✔
8
    return Path(__file__).parent
×
9

10

UNCOV
11
@pytest.fixture
1✔
UNCOV
12
def test1_xlsx(parent_path):
1✔
13
    return str(parent_path / "test1.xlsx")
×
14

15

UNCOV
16
@pytest.fixture
1✔
UNCOV
17
def default_xlsx(parent_path):
1✔
18
    return str(parent_path / "default.xlsx")
×
19

20

UNCOV
21
@pytest.fixture
1✔
UNCOV
22
def test2_bad_header_xlsx(parent_path):
1✔
23
    return str(parent_path / "test2_bad_header.xlsx")
×
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