Skip to content

Commit

Permalink
Update kvrocks.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksraiden authored Nov 26, 2024
1 parent 00dfc7c commit dea25e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kvrocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ jobs:
go-version-file: 'tests/gocase/go.mod'
cache: false

- name: Install gcovr 5.0
run: pip install gcovr==5.0 # 5.1 is not supported
- name: Install gcovr 5.2
run: pip install gcovr==5.2 # 5.1 is not supported
if: ${{ matrix.sonarcloud }}

- name: Install sonar-scanner and build-wrapper
Expand Down

0 comments on commit dea25e1

Please sign in to comment.