Skip to content

Commit d06b1ed

Browse files
committed
Update ci
1 parent 6cdf225 commit d06b1ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/weighted-code-coverage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)