File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
44
if : runner.os == 'Linux'
45
45
run : |
46
46
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
48
48
sudo apt-get update
49
49
sudo apt-get install -y -t plucky lcov
50
50
apt-cache policy lcov
64
64
working-directory : " ${{ github.workspace }}/_build"
65
65
66
66
- 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/*'
68
68
69
69
- name : dump lcov
70
70
run : lcov --list coverage.info
You can’t perform that action at this time.
0 commit comments