File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -180,14 +180,13 @@ jobs:
180180 curl -L "$GRCOV_LINK/v$GRCOV_VERSION/$GRCOV_BINARY" |
181181 tar xj -C $HOME/.cargo/bin
182182
183- # TODO: after merge on main use the release instead of git clone and git install
184183 - name : Install weighted-code-coverage
185184 env :
186185 WCC_LINK : https://github.com/SoftengPoliTo/weighted-code-coverage/releases/download
187186 WCC_VERSION : v0.2.0
188187 WCC_BINARY : weighted-code-coverage-0.2.0-x86_64-unknown-linux-gnu.tar.gz
189188 run : |
190- git clone --branch tests-refactor https://github.com/SoftengPoliTo/weighted-code-coverage.git $HOME/wcc
189+ git clone https://github.com/SoftengPoliTo/weighted-code-coverage.git $HOME/wcc
191190 cd $HOME/wcc
192191 cargo install --path .
193192
You can’t perform that action at this time.
0 commit comments