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

Fix/3 log grouping #12

Closed kjczarne closed 2 years ago

kjczarne commented 2 years ago

List all Issues this Pull Request is meant to solve:

Run through our contribution checklist:

Describe shortly the changes you have introduced: Now logs are group-able by any metadata tags.

Add additional comments (if any): N/A

codecov-commenter commented 2 years ago

Codecov Report

Merging #12 (a4c62de) into develop (c8b0a6b) will increase coverage by 0.37%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #12      +/-   ##
===========================================
+ Coverage    76.14%   76.52%   +0.37%     
===========================================
  Files           14       14              
  Lines          805      818      +13     
===========================================
+ Hits           613      626      +13     
  Misses         192      192              
Impacted Files Coverage Δ
kalash/collectors.py 91.42% <ø> (ø)
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 c8b0a6b...a4c62de. Read the comment docs.