Skip to content

Commit

Permalink
fixup! ci: add codecov github action
Browse files Browse the repository at this point in the history
  • Loading branch information
delta1 committed Oct 27, 2023
1 parent 18cc937 commit 278c6f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ jobs:
coverage_report:
name: Generate coverage report
runs-on: ubuntu-latest
env:
PACKAGES: "lcov clang llvm python3-zmq qtbase5-dev qttools5-dev-tools libevent-dev bsdmainutils libboost-dev libdb5.3++-dev libminiupnpc-dev libnatpmp-dev libzmq3-dev libqrencode-dev libsqlite3-dev"
steps:
- name: Checkout code
uses: actions/checkout@v4.1.1
- name: Build
run: |
sudo apt-get -y install lcov llvm
sudo apt-get -y install $PACKAGES
./autogen.sh
./configure --enable-lcov --enable-lcov-branch-coverage --without-bdb CC=clang CXX=clang++
make -j4 total_coverage.info
Expand Down

0 comments on commit 278c6f3

Please sign in to comment.