Skip to content

Commit

Permalink
[tests] all coverage is closed by default in ci report
Browse files Browse the repository at this point in the history
Signed-off-by: Clo91eaf <[email protected]>
  • Loading branch information
Clo91eaf committed Dec 22, 2024
1 parent 6267f42 commit 515cd67
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/builder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@ let
mkdir -p $out/bin
cp ${pname}.elf $out/bin
cp ${pname}.cover $out
if [ -f ${pname}.cover ]; then
cp ${pname}.cover $out/
else
echo "-assert *" > $out/${pname}.cover
fi
${jqBin} --null-input \
--arg name ${pname} \
Expand Down

0 comments on commit 515cd67

Please sign in to comment.