Skip to content

Commit

Permalink
Fix mysql specs and add codecov (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnovelo authored Oct 28, 2024
1 parent b3810fb commit b665252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rspec_mysql_8_0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
RAILS_VERSION: ${{ matrix.rails_version }}
services:
mysql:
image: mysql:8.0-alpine
image: mysql:8.0
env:
MYSQL_ALLOW_EMPTY_PASSWORD: true
MYSQL_DATABASE: apartment_mysql_test
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Apartment

[![Gem Version](https://badge.fury.io/rb/ros-apartment.svg)](https://badge.fury.io/rb/ros-apartment)

[![codecov](https://codecov.io/gh/rails-on-services/apartment/graph/badge.svg?token=Q4I5QL78SA)](https://codecov.io/gh/rails-on-services/apartment)

*Multitenancy for Rails and ActiveRecord*

Expand Down

0 comments on commit b665252

Please sign in to comment.