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

andy-goellner / pco-python-sdk / 14284405228

05 Apr 2025 06:00PM UTC coverage: 92.701% (-1.7%) from 94.432%
14284405228

Pull #13

github

web-flow
Merge 220dc311c into e9345420a
Pull Request #13: patch: Bug bash, fixing random bugs

105 of 122 new or added lines in 20 files covered. (86.07%)

508 of 548 relevant lines covered (92.7%)

2.78 hits per line

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

83.33
/src/planning_center_python/models/field_datum.py
1
from planning_center_python.models.pco_object import PCOObject
3✔
2

3

4
class FieldDatum(PCOObject):
3✔
5
    OBJECT_TYPE = "FieldDatum"
3✔
6
    OBJECT_URL = "people/v2/field_data"
3✔
7

8
    def _object_url(self) -> str:
3✔
NEW
9
        return self.OBJECT_URL
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc