Skip to content

Commit

Permalink
Pre-release 0.6: tests coverage, analyzer, documentation improvements.
Browse files Browse the repository at this point in the history
- add pytest-cov and ensure 100% test coverage
- make sure the tests cover all cryptographic exceptions
- create test data for all cryptographic issues
- split documentation into multiple pages
- keep reader key associated with DEK
- analyze header packets and data blocks (including DEK index)
  • Loading branch information
dzoep committed Sep 15, 2024
1 parent be05aac commit eb29661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "oarepo_c4gh"
version = "0.5"
version = "0.6"
authors = [
{ name = "Dominik Pantůček", email = "[email protected]" }
]
Expand Down

0 comments on commit eb29661

Please sign in to comment.