yoda icon indicating copy to clipboard operation
yoda copied to clipboard

Created morse.py

Open NachoNav opened this issue 5 years ago • 2 comments

Morse coder and decoder. Sorry if I messed something up, I'm not used to GitHub. 😞

NachoNav avatar Mar 12 '19 17:03 NachoNav

Codecov Report

Merging #255 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #255   +/-   ##
======================================
  Coverage    77.4%   77.4%           
======================================
  Files          64      64           
  Lines        3842    3842           
======================================
  Hits         2974    2974           
  Misses        868     868

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 55fb70c...3a28cf7. Read the comment docs.

codecov-io avatar Mar 12 '19 17:03 codecov-io

@NachoNav hi, thanks for the PR. It is preferred to have automated tests for every command you add. For more information on tests, look into the tests folder. Also, going through the code, I don't think it will work. You can take a look at other modules to see how a command should be added.

manparvesh avatar Mar 12 '19 22:03 manparvesh