chgasparoto / aws-polly-voices

:package: Helper module to get AWS polly voices in an idiomatic way :baby_chick:
https://www.npmjs.com/package/aws-polly-voices
MIT License
4 stars 17 forks source link

feat: add italian helper method #2

Closed chgasparoto closed 3 years ago

chgasparoto commented 5 years ago

fix #1

This is an example of how to add new helper methods to other languages/nationalities.

  1. If there is no issue for the target language, create it first
  2. Add the language in the main Class
  3. Add tests for it in the test folder
  4. Commit it with npm run commit command
  5. Follow the instructions to write a correct commit message to be able to trigger a new build automatically after the merge.
codecov-io commented 5 years ago

Codecov Report

Merging #2 (c370777) into master (3eb7737) will increase coverage by 100.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@              Coverage Diff              @@
##           master        #2        +/-   ##
=============================================
+ Coverage        0   100.00%   +100.00%     
=============================================
  Files           0         1         +1     
  Lines           0        37        +37     
  Branches        0         3         +3     
=============================================
+ Hits            0        37        +37     
Impacted Files Coverage Δ
src/index.js 100.00% <100.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 3eb7737...be799a4. Read the comment docs.

chgasparoto commented 3 years ago

:tada: This PR is included in version 1.19.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: