ckan / ckanext-validation

CKAN extension for validating Data Packages using Table Schema.
MIT License
28 stars 33 forks source link

Create v2 branch with support to Py3 and CKAN >= 2.9 only #66

Closed aivuk closed 1 year ago

aivuk commented 2 years ago

Fixes #63

codecov[bot] commented 2 years ago

Codecov Report

Merging #66 (bd79867) into master (f151aa5) will increase coverage by 1.63%. The diff coverage is 94.71%.

@@            Coverage Diff             @@
##           master      #66      +/-   ##
==========================================
+ Coverage   82.70%   84.33%   +1.63%     
==========================================
  Files          26       24       -2     
  Lines        2157     2088      -69     
==========================================
- Hits         1784     1761      -23     
+ Misses        373      327      -46     
Impacted Files Coverage Δ
ckanext/validation/jobs.py 82.85% <83.92%> (-0.07%) :arrow_down:
ckanext/validation/helpers.py 88.88% <87.50%> (+9.40%) :arrow_up:
ckanext/validation/plugin/__init__.py 95.80% <90.90%> (-1.38%) :arrow_down:
ckanext/validation/logic.py 68.27% <94.59%> (-0.39%) :arrow_down:
ckanext/validation/model.py 100.00% <100.00%> (ø)
ckanext/validation/tests/fixtures.py 100.00% <100.00%> (ø)
ckanext/validation/tests/helpers.py 100.00% <100.00%> (+1.88%) :arrow_up:
ckanext/validation/tests/test_form.py 100.00% <100.00%> (+19.83%) :arrow_up:
ckanext/validation/tests/test_interfaces.py 98.11% <100.00%> (-0.06%) :arrow_down:
ckanext/validation/tests/test_jobs.py 100.00% <100.00%> (ø)
... and 10 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

ThrawnCA commented 2 years ago

What's the benefit of ditching all the cross-version compatibility?