Skip to content

Commit

Permalink
fixup! Measure test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mxpv committed Sep 14, 2023
1 parent bbdbc96 commit 9e2bca0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 9e2bca0

Please sign in to comment.