From 9e2bca0c0ecab0680531d968026be1ef83f4dc35 Mon Sep 17 00:00:00 2001 From: Maksym Pavlenko Date: Thu, 14 Sep 2023 13:42:21 -0700 Subject: [PATCH] fixup! Measure test coverage --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b89aa757..388b3379 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,11 +82,14 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 15 + permissions: + statuses: write + steps: - uses: actions/checkout@v4 - run: | - apt-get install protobuf-compiler + sudo apt-get install protobuf-compiler cargo install grcov - run: |