Skip to content

Commit

Permalink
Release/0.0.118 (#58)
Browse files Browse the repository at this point in the history
* update to version 0.0.118

* add test

* refactor task

* add more test

* add test for non-renderable env

* refactor

* fix typing

* make some methods and properties private

* use protected and private properties

* turn methods into private

* update docs and add test
  • Loading branch information
goFrendiAsgard authored Nov 30, 2023
1 parent 9871b78 commit 7c85fd4
Show file tree
Hide file tree
Showing 37 changed files with 1,713 additions and 1,145 deletions.
5 changes: 5 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[run]
omit =
src/zrb/task/any_task.py
src/zrb/task_input/any_input.py
src/zrb/**/__init__.py
2 changes: 1 addition & 1 deletion docs/concepts/tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ As every task are extended from `BaseTask`, you will see that most of them share
│ │ │ │ │ │ │ │ │
│ │ │ │ │ │ │ │ │
▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼
Task CmdTask ResourceMaker FlowTask BaseRemoteCmdTask TriggeredTask HttpChecker PortChecker PathChecker
Task CmdTask ResourceMaker FlowTask BaseRemoteCmdTask ReccuringTask HttpChecker PortChecker PathChecker
│ │
│ │
▼ ┌─────┴──────┐
Expand Down
Loading

0 comments on commit 7c85fd4

Please sign in to comment.