Skip to content

Commit

Permalink
Migrate codecov uploader
Browse files Browse the repository at this point in the history
- [codecov-ruby](https://github.com/codecov/codecov-ruby) is deprecated.
- Followed the [migration guide](https://docs.codecov.com/docs/deprecated-uploader-migration-guide#ruby-uploader) and migrated to the new uploader.
  • Loading branch information
mishina2228 committed Nov 24, 2023
1 parent 924d58e commit d15896a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aasm.gemspec
Expand Up @@ -23,8 +23,8 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rspec', ">= 3"
s.add_development_dependency 'generator_spec'
s.add_development_dependency 'appraisal'
s.add_development_dependency "simplecov"
s.add_development_dependency "simplecov-cobertura"
s.add_development_dependency "codecov", ">= 0.1.21"

# debugging
# s.add_development_dependency 'debugger'
Expand Down

0 comments on commit d15896a

Please sign in to comment.