Skip to content

Conversation

@sethfischer
Copy link
Contributor

Incorrect license value caused a parsing error.

Syntax of CITATION.cff was checked with cffconvert which identified the value for license should be "Apache-2.0" rather than "Apache 2.0".

$ cffconvert --validate
jsonschema.exceptions.ValidationError: 'Apache 2.0' is not one of […, 'Apache-1.0', 'Apache-1.1', 'Apache-2.0',…
⋮

Closes #1886

Incorrect license value caused a parsing error.
@codecov
Copy link

codecov bot commented Oct 16, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.74%. Comparing base (dadf151) to head (e0c344c).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1916   +/-   ##
=======================================
  Coverage   95.74%   95.74%           
=======================================
  Files          29       29           
  Lines        7827     7827           
  Branches     1179     1179           
=======================================
  Hits         7494     7494           
  Misses        192      192           
  Partials      141      141           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jmwright
Copy link
Member

Confirmed, thanks @sethfischer

@jmwright jmwright merged commit af310d8 into CadQuery:master Oct 16, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Zenodo DOI still points to CadQuery 2.4.0 instead of latest 2.5.2

2 participants