Skip to content

chore(master): release 1.0.2#165

Merged
tiborsimko merged 1 commit intomasterfrom
release-please--branches--master
Dec 17, 2025
Merged

chore(master): release 1.0.2#165
tiborsimko merged 1 commit intomasterfrom
release-please--branches--master

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 28, 2025


1.0.2 (2025-12-17)

Bug fixes

  • download: use record IDs for all local data paths (#167) (9b97f7c), closes #166
  • verifier: zero-pad Adler32 checksums to 8 hex characters (#169) (b6daa50)

Code refactoring

  • searcher: remove Python 2 compatibility code (#170) (cc3bb8b)
  • validator: remove Python 2 compatibility code (#170) (b03de4f)

Test suite

  • conftest: add fixture for automatic directory cleanup (#168) (b847121)
  • conftest: add shared CLI runner fixture (#168) (b387fde)
  • downloader: add unit tests for file filtering functions (#170) (a93d2be)
  • get-metadata: add test for filter without output-value (#170) (7c65a79)
  • global: add @pytest.mark.local marker for local-only tests (#170) (59fb1da)
  • list-directory: add test for empty directory (#170) (22e75e5)
  • metadater: add tests for filter edge cases (#170) (b1855b9)
  • validator: correct typos in test assertions (#170) (07b7b00)

Continuous integration

  • commitlint: fix local running of commit linter on macOS (#168) (6f411b1)

Documentation

  • claude: add initial Claude Code configuration (#164) (7d14b38)
  • claude: expand file change instructions for all file types (#168) (5652939)

@github-actions github-actions bot force-pushed the release-please--branches--master branch 4 times, most recently from d9370ac to 39f9f63 Compare December 17, 2025 16:06
@tiborsimko tiborsimko force-pushed the release-please--branches--master branch from 39f9f63 to e8ffe5d Compare December 17, 2025 16:26
@codecov
Copy link

codecov bot commented Dec 17, 2025

Codecov Report

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

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #165   +/-   ##
=======================================
  Coverage   82.54%   82.54%           
=======================================
  Files          12       12           
  Lines         716      716           
=======================================
  Hits          591      591           
  Misses        125      125           
Files with missing lines Coverage Δ
cernopendata_client/version.py 100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tiborsimko tiborsimko merged commit e8ffe5d into master Dec 17, 2025
45 checks passed
@github-actions
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

download: improve logs and storage behaviour when a data is identified by record ID vs DOI

1 participant