mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 01:31:39 -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:
|
orbs:
|
||||||
ruby: circleci/ruby@2.1.1
|
ruby: circleci/ruby@2.1.1
|
||||||
|
browser-tools: circleci/browser-tools@1.2.3
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
@ -32,6 +33,8 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Run RSpec tests
|
name: Run RSpec tests
|
||||||
command: bundle exec rspec
|
command: bundle exec rspec
|
||||||
|
- store_artifacts:
|
||||||
|
path: coverage
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
rspec:
|
rspec:
|
||||||
|
|
|
||||||
2
Gemfile
2
Gemfile
|
|
@ -42,7 +42,7 @@ end
|
||||||
group :test do
|
group :test do
|
||||||
gem 'fakeredis'
|
gem 'fakeredis'
|
||||||
gem 'shoulda-matchers'
|
gem 'shoulda-matchers'
|
||||||
gem 'simplecov'
|
gem 'simplecov', require: false
|
||||||
gem 'super_diff'
|
gem 'super_diff'
|
||||||
gem 'webmock'
|
gem 'webmock'
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
[](https://discord.gg/pHsBjpt5J8) | [](https://ko-fi.com/H2H3IDYDD) | [](https://www.patreon.com/freika)
|
[](https://discord.gg/pHsBjpt5J8) | [](https://ko-fi.com/H2H3IDYDD) | [](https://www.patreon.com/freika)
|
||||||
|
[](https://app.circleci.com/pipelines/github/Freika/dawarich)
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue