Skip to content

Commit

Permalink
Improve handling of media types (#63)
Browse files Browse the repository at this point in the history
* Fix media type of JPEG-LS

* Improve handling of media types in file client

* Improve handling of media types in web client

* Add workflow template for running unit tests

* Update build status badge in README

* Remove travis ci configuration

* Increase unit test coverage threshold
  • Loading branch information
hackermd committed Mar 6, 2022
1 parent 1546e6c commit 1079100
Show file tree
Hide file tree
Showing 6 changed files with 722 additions and 232 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
flake8 --exclude='bin,build,.eggs'
- name: Test with pytest
run: |
pytest --cov=dicomweb_client --cov-fail-under=55 tests
pytest --cov=dicomweb_client --cov-fail-under=65 tests
Binary file added data/retrieve_instance_pixeldata.jls
Binary file not shown.

0 comments on commit 1079100

Please sign in to comment.