Skip to content

Commit

Permalink
ci: Remove codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed Oct 17, 2024
1 parent 4f0720e commit 394420f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on: [push]

env:
CI: "true"
CODECOV: "false"

jobs:
lint:
Expand Down Expand Up @@ -107,4 +106,4 @@ jobs:
gem build *.gemspec
gem push *.gem
env:
GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_API_KEY}}"
GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_API_KEY}}"
6 changes: 0 additions & 6 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# frozen_string_literal: true

require "simplecov"
require "codecov"

SimpleCov.start "rails"
SimpleCov.formatter = SimpleCov::Formatter::Codecov if ENV["CODECOV"]

require "decidim/dev"

ENV["ENGINE_ROOT"] = File.dirname(__dir__)
Expand Down

0 comments on commit 394420f

Please sign in to comment.