Commit a46babe8 authored by Dominik Charousset's avatar Dominik Charousset

Fix path to caf-test binary

parent 63dc83ea
...@@ -88,7 +88,7 @@ config = [ ...@@ -88,7 +88,7 @@ config = [
], ],
// Configures what binary the coverage report uses and what paths to exclude. // Configures what binary the coverage report uses and what paths to exclude.
coverage: [ coverage: [
binary: 'build/caf-test', binary: 'build/bin/caf-test',
relativeExcludePaths: [ relativeExcludePaths: [
'examples', 'examples',
'tools', 'tools',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment