Skip to content

Commit

Permalink
remove controller group
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjcumming committed Aug 5, 2024
1 parent 2ed6d43 commit d1e31e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test_reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Run Unit Tests
run: |
docker compose -f docker-compose.test.yml run web bash \
-c "CI=true DISABLE_BOOTSNAP=true bundle exec parallel_rspec spec/models spec/lib spec/serializers spec/services spec/uploaders spec/sidekiq -n 13 -o '--tag ~type:request --tag ~type:controller --color --tty'"
-c "CI=true DISABLE_BOOTSNAP=true bundle exec parallel_rspec spec/models spec/lib spec/serializers spec/services spec/uploaders spec/sidekiq spec/policies -n 13 -o '--tag ~type:request --tag ~type:controller --color --tty'"
- name: Simplecov Report
if: success() || failure()
Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
SimpleCov.start 'rails' do
track_files '**/{app,lib}/**/*.rb'

add_filter 'app/controllers'
add_filter 'app/controllers/concerns/accountable.rb'
add_filter 'app/models/in_progress_disability_compensation_form.rb'
add_filter 'lib/apps/configuration.rb'
Expand Down

0 comments on commit d1e31e8

Please sign in to comment.