Technica-Engineering / kalash

Test runner made for scalable automation based on standard Python's `unittest`
GNU General Public License v3.0
3 stars 0 forks source link

Merge `develop` into `master` #13

Closed kjczarne closed 2 years ago

kjczarne commented 2 years ago

List all Issues this Pull Request is meant to solve: N/A

Run through our contribution checklist:

Describe shortly the changes you have introduced: Merging develop into master in preparation for v4.0.0 release.

Add additional comments (if any): N/A

codecov-commenter commented 2 years ago

Codecov Report

Merging #13 (1e7568b) into master (6ff2f86) will increase coverage by 0.43%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
+ Coverage   76.08%   76.52%   +0.43%     
==========================================
  Files          14       14              
  Lines         803      818      +15     
==========================================
+ Hits          611      626      +15     
  Misses        192      192              
Impacted Files Coverage Δ
kalash/collectors.py 91.42% <ø> (ø)
kalash/last_result_filter.py 26.19% <ø> (ø)
kalash/config.py 92.12% <100.00%> (+0.09%) :arrow_up:
kalash/log.py 93.82% <100.00%> (+1.07%) :arrow_up:
kalash/test_case.py 73.52% <100.00%> (+0.80%) :arrow_up:

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 6ff2f86...1e7568b. Read the comment docs.