Skip to content

Commit

Permalink
Dummy commit to test Coveralls coverage threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Feb 27, 2022
1 parent d370a2a commit 5f50daf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -111,7 +111,7 @@ jobs:
yarn install
cd ../../
- name: Run tests
run: bundle exec rspec
run: bundle exec rspec spec/helpers/rails_admin/application_helper_spec.rb
- name: Coveralls Parallel
if: ${{ github.repository_owner == 'railsadminteam' }}
uses: coverallsapp/github-action@master
Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Expand Up @@ -18,7 +18,6 @@
SimpleCov.start do
add_filter '/spec/'
add_filter '/vendor/bundle/'
minimum_coverage(CI_ORM == :mongoid ? 90.05 : 91.21)
end

SimpleCov::Formatter::LcovFormatter.config do |c|
Expand Down

0 comments on commit 5f50daf

Please sign in to comment.