Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/0.1.5 Enabling task broker and improvements to CLI options #36

Merged
merged 38 commits into from
Dec 7, 2020

Conversation

thclark
Copy link
Contributor

@thclark thclark commented Nov 27, 2020

Contents

New Features

Breaking changes

none

Minor fixes and improvements

none

Quality Checklist

  • New features are fully tested (No matter how much Coverage Karma you have)
  • [v0.2 onward] New features are included in the documentation
  • [v0.2 onward] Breaking changes are documented with clear instructions of what

Coverage Karma

  • If your PR decreases test coverage, do you feel you have built enough Coverage Karma* to justify it?

*Coverage Karma can be earned by disproportionally increasing test coverage in the rest of your contributions.
It's an honesty policy - you keep count of your own.

@codecov-io
Copy link

codecov-io commented Nov 27, 2020

Codecov Report

Merging #36 (01496ba) into main (1f8a434) will increase coverage by 0.35%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #36      +/-   ##
==========================================
+ Coverage   95.07%   95.42%   +0.35%     
==========================================
  Files          35       36       +1     
  Lines         629      678      +49     
==========================================
+ Hits          598      647      +49     
  Misses         31       31              
Impacted Files Coverage Δ
octue/__init__.py 100.00% <100.00%> (ø)
octue/cli.py 95.23% <100.00%> (+1.68%) ⬆️
octue/logging_handlers.py 100.00% <100.00%> (ø)
octue/resources/analysis.py 100.00% <100.00%> (ø)
octue/runner.py 92.50% <100.00%> (+0.19%) ⬆️
octue/templates/template-python-fractal/app.py 100.00% <100.00%> (ø)
octue/templates/template-using-manifests/app.py 100.00% <100.00%> (ø)
octue/mixins/loggable.py 100.00% <0.00%> (ø)
octue/mixins/pathable.py 100.00% <0.00%> (ø)
octue/mixins/taggable.py 100.00% <0.00%> (ø)
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1f8a434...01496ba. Read the comment docs.

@thclark thclark changed the title Release/0.1.5 Release/0.1.5 Enabling task broker and improvements to CLI options Nov 27, 2020
@thclark thclark mentioned this pull request Dec 7, 2020
@thclark
Copy link
Contributor Author

thclark commented Dec 7, 2020

@cortadocodes can you just see to #39 then merge this?

@thclark
Copy link
Contributor Author

thclark commented Dec 7, 2020

@cortadocodes travis-ci is still picking it up; using the config from (presumably) the main branch. I'll merge using administrator override.

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.

Dramatiq actors - enable direct use as a worker Log analysis to socket
3 participants