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