mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
Add CircleCI badge to README.md
This commit is contained in:
parent
bfd2ba53c3
commit
61be961a16
3 changed files with 5 additions and 1 deletions
|
|
@ -2,6 +2,7 @@ version: 2.1
|
|||
|
||||
orbs:
|
||||
ruby: circleci/ruby@2.1.1
|
||||
browser-tools: circleci/browser-tools@1.2.3
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
@ -32,6 +33,8 @@ jobs:
|
|||
- run:
|
||||
name: Run RSpec tests
|
||||
command: bundle exec rspec
|
||||
- store_artifacts:
|
||||
path: coverage
|
||||
|
||||
workflows:
|
||||
rspec:
|
||||
|
|
|
|||
2
Gemfile
2
Gemfile
|
|
@ -42,7 +42,7 @@ end
|
|||
group :test do
|
||||
gem 'fakeredis'
|
||||
gem 'shoulda-matchers'
|
||||
gem 'simplecov'
|
||||
gem 'simplecov', require: false
|
||||
gem 'super_diff'
|
||||
gem 'webmock'
|
||||
end
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
|
||||
[](https://discord.gg/pHsBjpt5J8) | [](https://ko-fi.com/H2H3IDYDD) | [](https://www.patreon.com/freika)
|
||||
[](https://app.circleci.com/pipelines/github/Freika/dawarich)
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue