Skip to content

Commit

Permalink
Trying to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Sep 30, 2024
1 parent b843e53 commit da55206
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ jobs:
- name: run clap-validator
uses: jatinchowdhury18/clap-val-action@main
with:
plugin_path: "./build/plugin_products/SimpleEQ.clap ./build/plugin_products/StatefulPlugin.clap ./build/plugin_products/ExampleCompressor.clap"
plugin_path: build/plugin_products/SimpleEQ.clap build/plugin_products/StatefulPlugin.clap build/plugin_products/ExampleCompressor.clap
args: --only-failed --hide-output
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ float stringToTimeMsVal (const juce::String& s)
timeVal *= 1000.0f;

Check warning on line 62 in modules/plugin/chowdsp_parameters/ParamUtils/chowdsp_ParameterConversions.cpp

View check run for this annotation

Codecov / codecov/patch

modules/plugin/chowdsp_parameters/ParamUtils/chowdsp_ParameterConversions.cpp#L61-L62

Added lines #L61 - L62 were not covered by tests

return timeVal;

Check warning on line 64 in modules/plugin/chowdsp_parameters/ParamUtils/chowdsp_ParameterConversions.cpp

View check run for this annotation

Codecov / codecov/patch

modules/plugin/chowdsp_parameters/ParamUtils/chowdsp_ParameterConversions.cpp#L64

Added line #L64 was not covered by tests

return s.getFloatValue();
}

juce::String semitonesValToString (float semitonesVal, bool snapToInt)
Expand Down

0 comments on commit da55206

Please sign in to comment.