cpp-lln-lab / CPP_PTB

a set of function to make it easier to create behavioral, EEG, fMRI experiment with psychtoolbox
https://cpp-ptb.readthedocs.io/en/latest/index.html#
MIT License
12 stars 13 forks source link

let setDefaultsPTB take care of... setting the audio defaults... #126

Closed Remi-Gau closed 3 years ago

Remi-Gau commented 3 years ago

as it should

codecov[bot] commented 3 years ago

Codecov Report

Merging #126 into dev will increase coverage by 0.25%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #126      +/-   ##
==========================================
+ Coverage   21.31%   21.57%   +0.25%     
==========================================
  Files          55       55              
  Lines         788      788              
==========================================
+ Hits          168      170       +2     
+ Misses        620      618       -2     
Flag Coverage Δ
#unittests 21.57% <100.00%> (+0.25%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/initPTB.m 0.00% <ø> (ø)
src/utils/setDefaultsPTB.m 82.97% <100.00%> (+0.75%) :arrow_up:

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 3dccdcb...5e68bd4. Read the comment docs.

Remi-Gau commented 3 years ago

then i guess it's ready to be merged and not causing any problems!

Waiting for the last green light from Travis and then on we go.