From 9af5b334f457e23e9b8984f27abce3b48ac30807 Mon Sep 17 00:00:00 2001 From: markokajzer Date: Sun, 11 Feb 2024 00:21:35 +0100 Subject: [PATCH] chore(ci): coverage report --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00d808b..b1b9d6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,3 +36,7 @@ jobs: - name: Run Tests run: bundle exec rspec + + - uses: joshmfrankel/simplecov-check-action@main + with: + github_token: ${{ secrets.GITHUB_TOKEN }}