File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 runs-on : ubuntu-latest
66 steps :
77 - name : install dependencies
8- run : sudo apt-get update && sudo apt-get -y install docbook-utils libglib2.0-dev libgnutls28-dev libnl-genl-3-dev autoconf-archive
8+ run : sudo apt-get update && sudo apt-get -y install docbook-utils libglib2.0-dev libgnutls28-dev libnl-genl-3-dev autoconf-archive gcovr
99 - name : Check out repository
1010 uses : actions/checkout@v4
1111 - run : ./autogen.sh
1717 - name : Generate coverage reports
1818 run : |
1919 gcovr -r . --exclude-directories tests --print-summary --xml-pretty -o coverage.xml --html=coverage.html --html-details
20+ - name : Submit coverage to Coveralls
21+ uses : coverallsapp/github-action@v2
22+ with :
23+ file : coverage.xml
24+ format : cobertura
2025 - name : Upload coverage reports
2126 uses : actions/upload-artifact@v4
2227 with :
You can’t perform that action at this time.
0 commit comments