From 61be961a1683897359315a525d8e7a40ea3807a0 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Tue, 20 Aug 2024 22:44:09 +0200 Subject: [PATCH] Add CircleCI badge to README.md --- .circleci/config.yml | 3 +++ Gemfile | 2 +- README.md | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bfba1c14..e452a1a9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: diff --git a/Gemfile b/Gemfile index d72ba5b6..07848de5 100644 --- a/Gemfile +++ b/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 diff --git a/README.md b/README.md index 2ab87610..fb453117 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Discord](https://dcbadge.limes.pink/api/server/pHsBjpt5J8)](https://discord.gg/pHsBjpt5J8) | [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/H2H3IDYDD) | [![Patreon](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fshieldsio-patreon.vercel.app%2Fapi%3Fusername%3Dfreika%26type%3Dpatrons&style=for-the-badge)](https://www.patreon.com/freika) +[![CircleCI](https://circleci.com/gh/Freika/dawarich.svg?style=svg)](https://app.circleci.com/pipelines/github/Freika/dawarich) ## Screenshots