We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cdf225 commit d06b1edCopy full SHA for d06b1ed
1 file changed
.github/workflows/weighted-code-coverage.yml
@@ -180,14 +180,13 @@ jobs:
180
curl -L "$GRCOV_LINK/v$GRCOV_VERSION/$GRCOV_BINARY" |
181
tar xj -C $HOME/.cargo/bin
182
183
- # TODO: after merge on main use the release instead of git clone and git install
184
- name: Install weighted-code-coverage
185
env:
186
WCC_LINK: https://github.com/SoftengPoliTo/weighted-code-coverage/releases/download
187
WCC_VERSION: v0.2.0
188
WCC_BINARY: weighted-code-coverage-0.2.0-x86_64-unknown-linux-gnu.tar.gz
189
run: |
190
- git clone --branch tests-refactor https://github.com/SoftengPoliTo/weighted-code-coverage.git $HOME/wcc
+ git clone https://github.com/SoftengPoliTo/weighted-code-coverage.git $HOME/wcc
191
cd $HOME/wcc
192
cargo install --path .
193
0 commit comments