twisted / ldaptor

LDAP server, client and utilities, using Twisted Python
MIT License
160 stars 53 forks source link

Move bin into entry points, this exposes the scripts to coverage checks #205

Closed graingert closed 4 years ago

graingert commented 4 years ago

Contributor Checklist:

codecov[bot] commented 4 years ago

Codecov Report

Merging #205 into master will decrease coverage by 10.54%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #205       +/-   ##
===========================================
- Coverage   93.85%   83.30%   -10.55%     
===========================================
  Files          73       87       +14     
  Lines       10278    11579     +1301     
  Branches     1022     1184      +162     
===========================================
  Hits         9646     9646               
- Misses        514     1815     +1301     
  Partials      118      118               
Impacted Files Coverage Δ
ldaptor/_scripts/fetchschema.py 0.00% <ø> (ø)
ldaptor/_scripts/find_server.py 0.00% <ø> (ø)
ldaptor/_scripts/getfreenumber.py 0.00% <ø> (ø)
ldaptor/_scripts/ldap2dhcpconf.py 0.00% <ø> (ø)
ldaptor/_scripts/ldap2dnszones.py 0.00% <ø> (ø)
ldaptor/_scripts/ldap2maradns.py 0.00% <ø> (ø)
ldaptor/_scripts/ldap2passwd.py 0.00% <ø> (ø)
ldaptor/_scripts/ldap2pdns.py 0.00% <ø> (ø)
ldaptor/_scripts/ldifdiff.py 0.00% <ø> (ø)
ldaptor/_scripts/ldifpatch.py 0.00% <ø> (ø)
... and 18 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 83f4211...17280c4. Read the comment docs.