adobe / phased-testing

A TestNG plugin that allows tests to be reused in validating System changes such as upgrades or system changes that happen in chaos engineering.
MIT License
7 stars 3 forks source link

Issue75 better log at wrong annotation #76

Closed baubakg closed 2 years ago

baubakg commented 2 years ago

The listener addresses data providers for non-phased tests. This caused unnecessary warnings.

codecov[bot] commented 2 years ago

Codecov Report

Merging #76 (cb40218) into main (6808be7) will increase coverage by 0.00%. The diff coverage is 98.11%.

@@            Coverage Diff            @@
##               main      #76   +/-   ##
=========================================
  Coverage     96.90%   96.91%           
  Complexity      286      286           
=========================================
  Files            17       17           
  Lines           808      810    +2     
  Branches         97       97           
=========================================
+ Hits            783      785    +2     
  Misses           17       17           
  Partials          8        8           
Impacted Files Coverage Δ
...paign/tests/integro/phased/PhasedTestListener.java 97.13% <98.07%> (+0.01%) :arrow_up:
...mpaign/tests/integro/phased/PhasedTestManager.java 96.38% <100.00%> (+<0.01%) :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 6808be7...cb40218. Read the comment docs.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 3 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication