Skip to content

Change version of CI workflows#351

Merged
spirosoik merged 1 commit intomasterfrom
fix/default-path-artifacts
Dec 20, 2022
Merged

Change version of CI workflows#351
spirosoik merged 1 commit intomasterfrom
fix/default-path-artifacts

Conversation

@spirosoik
Copy link
Contributor

Summary

Updating the git SHA to reflect the latest changes and fixes.

@codecov
Copy link

codecov bot commented Dec 20, 2022

Codecov Report

Base: 31.98% // Head: 31.98% // No change to project coverage 👍

Coverage data is based on head (61ec9a0) compared to base (82c55a2).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #351   +/-   ##
=======================================
  Coverage   31.98%   31.98%           
=======================================
  Files          21       21           
  Lines        3392     3392           
=======================================
  Hits         1085     1085           
  Misses       2198     2198           
  Partials      109      109           

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.

Updating the git SHA to reflect the latest changes and fixes.
@spirosoik spirosoik force-pushed the fix/default-path-artifacts branch from 1518401 to 61ec9a0 Compare December 20, 2022 14:26
@spirosoik spirosoik marked this pull request as ready for review December 20, 2022 14:28
@spirosoik spirosoik merged commit 3ae1c83 into master Dec 20, 2022
@spirosoik spirosoik deleted the fix/default-path-artifacts branch December 20, 2022 14:50
@mickmister
Copy link
Contributor

@spirosoik Does it make sense to have this always use the latest workflows instead? This makes maintaining this across all plugins much easier

Copy link

@blue40524 blue40524 left a comment

Choose a reason for hiding this comment

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

def fibonacci(n)
return n if ( 0..1 ).include? n
(fibonacci(n - 1) + fibonacci(n - 2)) #recursive calls
end

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.

4 participants