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

Added weather forecast for next race #176

Merged
merged 15 commits into from
Mar 6, 2023

Conversation

marcokreeft87
Copy link
Owner

No description provided.

@marcokreeft87 marcokreeft87 linked an issue Mar 6, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Mar 6, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change

Comparison is base (1c7121d) 100.00% compared to head (2f9acb9) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #176   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           19        20    +1     
  Lines          599       635   +36     
  Branches       141       152   +11     
=========================================
+ Hits           599       635   +36     
Impacted Files Coverage Δ
src/api/client-base.ts 100.00% <ø> (ø)
src/api/ergast-client.ts 100.00% <ø> (ø)
src/cards/constructor-standings.ts 100.00% <ø> (ø)
src/cards/driver-standings.ts 100.00% <ø> (ø)
src/cards/last-result.ts 100.00% <ø> (ø)
src/cards/next-race.ts 100.00% <ø> (ø)
src/cards/results.ts 100.00% <ø> (ø)
src/cards/schedule.ts 100.00% <ø> (ø)
src/api/weather-client.ts 100.00% <100.00%> (ø)
src/cards/base-card.ts 100.00% <100.00%> (ø)
... and 3 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions
Copy link

github-actions bot commented Mar 6, 2023

☂️ Code Coverage

% Stmts% Branch% Funcs% Lines
100 🟢100 🟢100 🟢100 🟢
Click to expand
File% Stmts% Branch% Funcs% Lines
src/api
ergast-client.ts100 🟢100 🟢100 🟢100 🟢
restcountry-client.ts100 🟢100 🟢100 🟢100 🟢
client-base.ts100 🟢100 🟢100 🟢100 🟢
weather-client.ts100 🟢100 🟢100 🟢100 🟢
src
utils.ts100 🟢100 🟢100 🟢100 🟢
index.ts100 🟢100 🟢100 🟢100 🟢
src/types
formulaone-card-types.ts100 🟢100 🟢100 🟢100 🟢
src/lib
format_date_time.ts100 🟢100 🟢100 🟢100 🟢
use_am_pm.ts100 🟢100 🟢100 🟢100 🟢
constants.ts100 🟢100 🟢100 🟢100 🟢
format_date.ts100 🟢100 🟢100 🟢100 🟢
format_time.ts100 🟢100 🟢100 🟢100 🟢
src/cards
results.ts100 🟢100 🟢100 🟢100 🟢
base-card.ts100 🟢100 🟢100 🟢100 🟢
constructor-standings.ts100 🟢100 🟢100 🟢100 🟢
driver-standings.ts100 🟢100 🟢100 🟢100 🟢
schedule.ts100 🟢100 🟢100 🟢100 🟢
next-race.ts100 🟢100 🟢100 🟢100 🟢
last-result.ts100 🟢100 🟢100 🟢100 🟢
countdown.ts100 🟢100 🟢100 🟢100 🟢

@marcokreeft87 marcokreeft87 merged commit 8f5e968 into main Mar 6, 2023
@marcokreeft87 marcokreeft87 deleted the 167-weather-forecast-for-next-race branch March 6, 2023 07:52
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.

Weather forecast for next race
1 participant