Skip to content

Commit

Permalink
Merge pull request #1537 from ydah/remove_unnecessary_coverage
Browse files Browse the repository at this point in the history
Remove coverage measurement for `Edge RuboCop` and `RSpec 4` jobs
  • Loading branch information
pirj authored Jan 4, 2023
2 parents c430668 + d179b8b commit 362fbbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
with:
ruby-version: "3.2"
bundler-cache: true
- run: bundle exec rake ${{ matrix.task }}
- run: NO_COVERAGE=true bundle exec rake ${{ matrix.task }}

rspec4:
runs-on: ubuntu-latest
Expand All @@ -91,4 +91,4 @@ jobs:
with:
ruby-version: "3.2"
bundler-cache: true
- run: bundle exec rake spec
- run: NO_COVERAGE=true bundle exec rake spec

0 comments on commit 362fbbf

Please sign in to comment.