JuliaAudio / PortAudio.jl

PortAudio wrapper for the Julia programming language, compatible with the JuliaAudio family of packages
Other
115 stars 19 forks source link

Fix remaining messanger typos, add docstring #115

Closed JeffFessler closed 2 years ago

JeffFessler commented 2 years ago

Fixes #113, adds a docstring, and bumps the version because technically the change to some non-exported function names still is breaking.

codecov[bot] commented 2 years ago

Codecov Report

Merging #115 (7c53346) into master (156eae0) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #115   +/-   ##
=======================================
  Coverage   97.40%   97.40%           
=======================================
  Files           2        2           
  Lines         347      347           
=======================================
  Hits          338      338           
  Misses          9        9           
Impacted Files Coverage Δ
src/PortAudio.jl 97.43% <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 156eae0...7c53346. Read the comment docs.

bramtayl commented 2 years ago

Thanks!