diff --git a/.github/workflows/build-n-test.yml b/.github/workflows/build-n-test.yml index b98700e48..15b44dab0 100644 --- a/.github/workflows/build-n-test.yml +++ b/.github/workflows/build-n-test.yml @@ -42,6 +42,9 @@ jobs: - name: Setup the mock hostname run: echo "127.0.0.1 testing.acme.com" | sudo tee -a /etc/hosts + + - name: Compute coverage + run: cover -test -report coveralls - name: Testing run: make test