Skip to content

Commit b00500d

Browse files
committed
fixup! ci: use lcov 2.3 to fix function coverage generation
1 parent 5fbd0fe commit b00500d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
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
@@ -64,7 +64,7 @@ jobs:
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

0 commit comments

Comments
 (0)