Skip to content

Commit

Permalink
Update the code coverage rate to 80% (#63)
Browse files Browse the repository at this point in the history
Update the code coverage rate to 80%
  • Loading branch information
xumia authored Nov 16, 2023
1 parent e4ac906 commit e294eb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ trigger:
- '*'

variables:
DIFF_COVER_CHECK_THRESHOLD: 70
DIFF_COVER_CHECK_THRESHOLD: 80
DIFF_COVER_ENABLE: 'true'
DIFF_COVER_WORKING_DIRECTORY: $(System.DefaultWorkingDirectory)

Expand All @@ -33,11 +33,11 @@ steps:
- script: |
set -xe
sudo apt-get -y purge libhiredis-dev libnl-3-dev libnl-route-3-dev
sudo apt install -y libhiredis0.14
sudo dpkg -i libnl-3-200_*.deb
sudo dpkg -i libnl-genl-3-200_*.deb
sudo dpkg -i libnl-route-3-200_*.deb
sudo dpkg -i libnl-nf-3-200_*.deb
sudo dpkg -i libhiredis0.14_*.deb
sudo dpkg -i libyang_1.*.deb
sudo dpkg -i libswsscommon_1.0.0_amd64.deb
sudo dpkg -i python3-swsscommon_1.0.0_amd64.deb
Expand Down

0 comments on commit e294eb0

Please sign in to comment.