File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4444 if : runner.os == 'Linux'
4545 run : |
4646 echo -e "Package: *\nPin: release n=plucky\nPin-Priority: 100" | sudo tee /etc/apt/preferences.d/99-plucky
47- echo "deb http://archive.ubuntu.com/ubuntu/ plucky main universe" | sudo tee /etc/apt/sources.list.d/ubuntu-plucky.list
47+ echo "deb http://azure. archive.ubuntu.com/ubuntu/ plucky main universe" | sudo tee /etc/apt/sources.list.d/ubuntu-plucky.list
4848 sudo apt-get update
4949 sudo apt-get install -y -t plucky lcov
5050 apt-cache policy lcov
6464 working-directory : " ${{ github.workspace }}/_build"
6565
6666 - name : Run lcov
67- run : lcov --capture --directory "${{ github.workspace }}" --output-file coverage.info --no-external --exclude '*/tests/*' --exclude '*/3rdparty/*'
67+ run : lcov --capture --directory "${{ github.workspace }}" --output-file coverage.info --no-external --exclude '*/tests/*'
6868
6969 - name : dump lcov
7070 run : lcov --list coverage.info
You can’t perform that action at this time.
0 commit comments