Skip to content

Commit

Permalink
test-gcov
Browse files Browse the repository at this point in the history
Signed-off-by: Raghu Raja <raghunch@amazon.com>
  • Loading branch information
rajachan committed Apr 20, 2024
1 parent 2c191c9 commit 86e32ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/distcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,20 @@ jobs:
./configure --with-libfabric=$PWD/libfabric/install \
--with-cuda=/usr/local/cuda/ \
--enable-platform-aws \
CFLAGS="-fprofile-arcs -ftest-coverage" \
CC=${{ matrix.cc }}
else
./configure --with-libfabric=$PWD/libfabric/install \
--enable-neuron \
--enable-platform-aws \
CFLAGS="-fprofile-arcs -ftest-coverage" \
CC=${{ matrix.cc }}
fi
make -j $(nproc)
make check
- name: Generate a code coverage report
uses: threeal/gcovr-action@v1.0.0

- name: Run Dist Check
run: make distcheck
Expand Down

0 comments on commit 86e32ca

Please sign in to comment.