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

Fixing same time stamp in combined reports #321

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Fixing same time stamp in combined reports #321

wants to merge 4 commits into from

Conversation

anuragdeshpande
Copy link

No description provided.

Anurag Deshpande added 4 commits September 9, 2021 13:25
…on in the class. But also to make log() method accept a Log object as a parameter. This will allow building Log object independent of the cycle and allows more control for adding additional properties onto the Log object. Refactoring existing methods accordingly

2. Exposing log(Log log) method to allow adding custom-built log object to the existing flow

BREAKING CHANGE: None

Closes 315
@codecov
Copy link

codecov bot commented Sep 9, 2021

Codecov Report

Attention: Patch coverage is 88.88889% with 2 lines in your changes missing coverage. Please review.

Project coverage is 78.16%. Comparing base (99fa74b) to head (7943a57).
Report is 27 commits behind head on master.

Files with missing lines Patch % Lines
.../java/com/aventstack/extentreports/ExtentTest.java 84.61% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #321      +/-   ##
============================================
- Coverage     78.20%   78.16%   -0.05%     
- Complexity      493      495       +2     
============================================
  Files            89       89              
  Lines          1551     1557       +6     
  Branches        127      128       +1     
============================================
+ Hits           1213     1217       +4     
- Misses          269      270       +1     
- Partials         69       70       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

1 participant