Skip to content

Commit

Permalink
Update coveralls setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Sep 23, 2023
1 parent f152b29 commit b34dd5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
bundle install --jobs 4 --retry 3
- name: RSpec
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: bundle exec rake

test_mysql:
Expand Down Expand Up @@ -80,6 +82,8 @@ jobs:
mysql -e 'create database IF NOT EXISTS unread_test;' -u root --password=password -P 3306 -h 127.0.0.1
- name: RSpec
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: bundle exec rake

test_postgres:
Expand Down Expand Up @@ -126,4 +130,6 @@ jobs:
PGPASSWORD=postgres psql -c 'create database unread_test;' -U postgres -p 5432 -h localhost
- name: RSpec
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: bundle exec rake
2 changes: 1 addition & 1 deletion unread.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rspec'
s.add_development_dependency 'simplecov'
s.add_development_dependency 'term-ansicolor'
s.add_development_dependency 'coveralls'
s.add_development_dependency 'coveralls_reborn'
s.add_development_dependency 'appraisal'
end

0 comments on commit b34dd5b

Please sign in to comment.