Skip to content

Conversation

@LukasGold
Copy link
Contributor

Includes:

  • osw.express.OswExpress introduces various comfort functions.
  • Integration tests for these new functions
  • Almost all examples have been reworked to incorporate the new OswExpress, which offers a significant reduction in required code lines

@LukasGold LukasGold added the enhancement New feature or request label Sep 28, 2024
@LukasGold LukasGold self-assigned this Sep 28, 2024
@LukasGold LukasGold linked an issue Sep 28, 2024 that may be closed by this pull request
@coveralls
Copy link

coveralls commented Sep 28, 2024

Pull Request Test Coverage Report for Build 11195540311

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 335 of 432 (77.55%) changed or added relevant lines in 10 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+2.4%) to 45.823%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/osw/controller/file/s3.py 0 2 0.0%
src/osw/auth.py 71 87 81.61%
src/osw/controller/file/memory.py 0 17 0.0%
src/osw/express.py 232 294 78.91%
Files with Coverage Reduction New Missed Lines %
src/osw/auth.py 1 81.54%
Totals Coverage Status
Change from base Build 10862354643: 2.4%
Covered Lines: 2571
Relevant Lines: 4562

💛 - Coveralls

@LukasGold LukasGold marked this pull request as ready for review September 30, 2024 07:21
Copy link
Contributor

@simontaurus simontaurus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some suggestions (not strictly required for merge)

remove outdated code/example
@simontaurus simontaurus merged commit a76f0ea into main Oct 5, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

enh: Convenience wrapper for file download/upload

4 participants