Skip to content

Commit 18cb951

Browse files
committed
remove temporarily the CI workflow badge
1 parent 624ae80 commit 18cb951

File tree

2 files changed

+28
-29
lines changed

2 files changed

+28
-29
lines changed

.github/workflows/ci.yml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -59,34 +59,34 @@ jobs:
5959
name: test-results-${{ matrix.ruby-version }}
6060
path: tmp/rspec.xml
6161

62-
coverage:
63-
name: Coverage
64-
runs-on: ubuntu-latest
65-
needs: test
66-
67-
steps:
68-
- name: Checkout code
69-
uses: actions/checkout@v4
70-
71-
- name: Set up Ruby
72-
uses: ruby/setup-ruby@v1
73-
with:
74-
ruby-version: "3.4.2"
75-
bundler-cache: true
76-
77-
- name: Run tests with coverage
78-
run: bin/rspec
79-
env:
80-
COVERAGE: true
81-
82-
- name: Upload coverage to Code Climate
83-
uses: paambaati/[email protected]
84-
if: github.ref == 'refs/heads/main'
85-
env:
86-
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
87-
with:
88-
coverageCommand: bin/rake coverage
89-
coverageLocations: coverage/.resultset.json:simplecov
62+
# coverage:
63+
# name: Coverage
64+
# runs-on: ubuntu-latest
65+
# needs: test
66+
67+
# steps:
68+
# - name: Checkout code
69+
# uses: actions/checkout@v4
70+
71+
# - name: Set up Ruby
72+
# uses: ruby/setup-ruby@v1
73+
# with:
74+
# ruby-version: "3.4.2"
75+
# bundler-cache: true
76+
77+
# - name: Run tests with coverage
78+
# run: bin/rspec
79+
# env:
80+
# COVERAGE: true
81+
82+
# - name: Upload coverage to Code Climate
83+
# uses: paambaati/[email protected]
84+
# if: github.ref == 'refs/heads/main'
85+
# env:
86+
# CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
87+
# with:
88+
# coverageCommand: bin/rake coverage
89+
# coverageLocations: coverage/.resultset.json:simplecov
9090

9191
security:
9292
name: Security

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# TwelvedataRuby
22

33
[![Gem Version](https://badge.fury.io/rb/ruby.svg?icon=si%3Arubygems)](https://badge.fury.io/rb/ruby)
4-
[![CI](https://github.com/kanutocd/twelvedata_ruby/actions/workflows/ci.yml/badge.svg)](https://github.com/kanutocd/twelvedata_ruby/actions/workflows/ci.yml)
54

65
A Ruby client library for accessing [Twelve Data's](https://twelvedata.com) comprehensive financial API. Get real-time and historical data for stocks, forex, cryptocurrencies, ETFs, indices, and more.
76

0 commit comments

Comments
 (0)