Skip to content

Commit

Permalink
[ci] run new coverage for line / toggle
Browse files Browse the repository at this point in the history
Signed-off-by: Clo91eaf <[email protected]>
  • Loading branch information
Clo91eaf committed Jan 8, 2025
1 parent 3497df8 commit 37cc516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nix/t1/run/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ let
in
runCommand "catch-${configName}-all-emu-result-for-ci" { } script;

_vcsEmuResult = runCommand "get-vcs-emu-result" { __noChroot = true; emuOutput = _getAllResult "vcs-emu-cover"; } ''
_vcsEmuResult = runCommand "get-vcs-emu-result" { __noChroot = true; emuOutput = _getAllResult "vcs-emu-cover-full"; } ''
cp -vr $emuOutput $out
chmod -R u+w $out
Expand Down
2 changes: 1 addition & 1 deletion script/ci/src/Main.scala
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ object Main:
val testAttr = emuLib.toLowerCase() match
case "verilator" => s".#t1.$config.$top.run.$caseName.verilator-emu"
// TODO: should not be cover for every test case
case "vcs" => s".#t1.$config.$top.run.$caseName.vcs-emu-cover"
case "vcs" => s".#t1.$config.$top.run.$caseName.vcs-emu-cover-full"
case _ => Logger.fatal(s"Invalid test type ${emuLib}")
val testResultPath =
try
Expand Down

0 comments on commit 37cc516

Please sign in to comment.