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

sul-dlss / libsys-airflow / 25748807077

12 May 2026 04:46PM UTC coverage: 87.868% (-0.2%) from 88.052%
25748807077

push

github

web-flow
Merge pull request #1625 from sul-dlss/airflow3-upgrade

Airflow3 upgrade :tada:

247 of 329 new or added lines in 53 files covered. (75.08%)

7 existing lines in 6 files now uncovered.

5439 of 6190 relevant lines covered (87.87%)

0.88 hits per line

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

85.71
/libsys_airflow/plugins/shared/folio_client.py
1
from airflow.sdk import Variable
1✔
2
from folioclient import FolioClient
1✔
3

4

5
def folio_client(**kwargs):
1✔
6
    client = kwargs.get("client")
1✔
7

8
    if client is None:
1✔
UNCOV
9
        client = FolioClient(
×
10
            Variable.get("OKAPI_URL", "http://example:9130"),
11
            "sul",
12
            Variable.get("FOLIO_USER", "nausername"),
13
            Variable.get("FOLIO_PASSWORD", "napassword"),
14
        )
15

16
    return client
1✔
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