Skip to content

this will surely not cause any problems#1

Open
RobertBlackhart wants to merge 1 commit into
mainfrom
my_pull_request
Open

this will surely not cause any problems#1
RobertBlackhart wants to merge 1 commit into
mainfrom
my_pull_request

Conversation

@RobertBlackhart
Copy link
Copy Markdown
Contributor

No description provided.

@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #1 (7da1fb7) into main (3d9e176) will increase coverage by 1.63%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #1      +/-   ##
==========================================
+ Coverage   37.50%   39.13%   +1.63%     
==========================================
  Files           2        2              
  Lines          24       23       -1     
==========================================
  Hits            9        9              
+ Misses         15       14       -1     
Flag Coverage Δ
unittests 39.13% <0.00%> (+1.63%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
ywit_event_countdown/cli.py 0.00% <0.00%> (ø)

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 3d9e176...7da1fb7. Read the comment docs.

days = time_left // timedelta(days=1)
hours = time_left // timedelta(hours=1) % 24
minutes = time_left // timedelta(minutes=1) % 60
return
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's this about? Can you remove this?

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.

2 participants