Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alexle0nte committed Apr 16, 2024
1 parent 6cdf225 commit d06b1ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/weighted-code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,14 +180,13 @@ jobs:
curl -L "$GRCOV_LINK/v$GRCOV_VERSION/$GRCOV_BINARY" |
tar xj -C $HOME/.cargo/bin
# TODO: after merge on main use the release instead of git clone and git install
- name: Install weighted-code-coverage
env:
WCC_LINK: https://github.com/SoftengPoliTo/weighted-code-coverage/releases/download
WCC_VERSION: v0.2.0
WCC_BINARY: weighted-code-coverage-0.2.0-x86_64-unknown-linux-gnu.tar.gz
run: |
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
cd $HOME/wcc
cargo install --path .
Expand Down

0 comments on commit d06b1ed

Please sign in to comment.