Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Feature/create formula any languages #63

Merged
merged 5 commits into from
May 4, 2020
Merged

Feature/create formula any languages #63

merged 5 commits into from
May 4, 2020

Conversation

ernelio
Copy link
Contributor

@ernelio ernelio commented May 4, 2020

- What I did

Add new languages in command :

  • rit create formula

- How I did it

Add new languages in command :

  • rit create formula
  • Go
  • Java
  • Node
  • Python
  • Shell

- How to verify it

make test and testing the commands

- Description for the changelog

Add new languages in command :

  • rit create formula
  • Go
  • Java
  • Node
  • Python
  • Shell

@ernelio ernelio self-assigned this May 4, 2020
@ernelio ernelio added the ✨ feature Suggest a new feature or enhancement to the Ritchie project label May 4, 2020
@codecov-io
Copy link

Codecov Report

Merging #63 into master will increase coverage by 3.32%.
The diff coverage is 73.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #63      +/-   ##
==========================================
+ Coverage   44.39%   47.72%   +3.32%     
==========================================
  Files          54       54              
  Lines        1847     2020     +173     
==========================================
+ Hits          820      964     +144     
- Misses        892      895       +3     
- Partials      135      161      +26     
Impacted Files Coverage Δ
pkg/cmd/formulas.go 0.00% <ø> (ø)
pkg/formula/formula.go 0.00% <ø> (ø)
pkg/formula/runner.go 0.00% <ø> (ø)
pkg/cmd/create_formula.go 72.72% <63.63%> (-12.99%) ⬇️
pkg/formula/creator.go 74.25% <74.04%> (+8.56%) ⬆️

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 7416e62...28e668d. Read the comment docs.

@ernelio ernelio added 🔨 improvement Improvement in features and removed ✨ feature Suggest a new feature or enhancement to the Ritchie project labels May 4, 2020
@ernelio ernelio linked an issue May 4, 2020 that may be closed by this pull request
@ernelio ernelio linked an issue May 4, 2020 that may be closed by this pull request
@marcosgmgm marcosgmgm merged commit fdc9f70 into ZupIT:master May 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🔨 improvement Improvement in features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Create new languages in create formula.
3 participants