Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #406 from codecov/add-ruby-file
Browse files Browse the repository at this point in the history
Add ruby file
  • Loading branch information
thomasrockhu committed Jan 29, 2021
2 parents d4071a2 + d82cc5b commit 7c25fce
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 23 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ jobs:
- run:
name: Install Ruby dependencies
command: |
gem install json
gem install simplecov
gem install codecov
gem install bashcov
gem install codecov
- shellcheck/install
- run:
name: Run Tests
Expand All @@ -30,7 +28,7 @@ jobs:
- run:
name: Upload Codecov
command: |
bash ./codecov -z coverage/codecov-result.json -Z
bash ./codecov -Z
- store_artifacts:
path: coverage
deploy:
Expand Down
2 changes: 1 addition & 1 deletion SHA1SUM
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c03399a861d5dbcfc7ca3c5ce45eb4ee7d3b2225 codecov
a9f7fe8001d7f1cc21063fec88e6a3a1f2f896b4 codecov
2 changes: 1 addition & 1 deletion SHA256SUM
Original file line number Diff line number Diff line change
@@ -1 +1 @@
670815401d1cee718ba051a33cfd92e2a670906a682c800306d3f89f10cf1e42 codecov
49b78b3e7c9138b57ad5aa90c0845860028011485eedcc4077a5f2458913c1a7 codecov
2 changes: 1 addition & 1 deletion SHA512SUM
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d4281a64f2528b9365ce08f6d41477ffd3ef8886f18ace3dab20be468e88a6020c28a2bad12d6d2cc394e7e6ef035bafc2c1f24a3fbed2cbf1c415406bd60c44 codecov
e4a906fcd5498dbe9bc31b54b233f83228f423de641013cfd7bf3c4d8f40a7da73e48d0a964936696b9e08ca85c1de78103d3bfbe66d281ae348307fa5c94500 codecov
33 changes: 17 additions & 16 deletions codecov
Original file line number Diff line number Diff line change
Expand Up @@ -1249,29 +1249,29 @@ $PWD/coverage.xml"

patterns="find $search_in \( \
-name vendor \
-or -name htmlcov \
-or -name virtualenv \
-or -name js/generated/coverage \
-or -name .virtualenv \
-or -name virtualenvs \
-or -name .virtualenvs \
-or -name '$bower_components' \
-or -name '.egg-info*' \
-or -name 'conftest_*.c.gcov' \
-or -name .env \
-or -name .envs \
-or -name env \
-or -name .yarn-cache \
-or -name envs \
-or -name .venv \
-or -name .venvs \
-or -name venv \
-or -name venvs \
-or -name .git \
-or -name .hg \
-or -name .tox \
-or -name .venv \
-or -name .venvs \
-or -name .virtualenv \
-or -name .virtualenvs \
-or -name .yarn-cache \
-or -name __pycache__ \
-or -name '.egg-info*' \
-or -name '$bower_components' \
-or -name env \
-or -name envs \
-or -name htmlcov \
-or -name js/generated/coverage \
-or -name node_modules \
-or -name 'conftest_*.c.gcov' \
-or -name venv \
-or -name venvs \
-or -name virtualenv \
-or -name virtualenvs \
\) -prune -or \
-type f \( -name '*coverage*.*' \
-or -name '*.clover' \
Expand All @@ -1283,6 +1283,7 @@ $PWD/coverage.xml"
-or -name 'cobertura.xml' \
-or -name 'codecov.*' \
-or -name 'cover.out' \
-or -name 'codecov-result.json' \
-or -name 'coverage-final.json' \
-or -name 'excoveralls.json' \
-or -name 'gcov.info' \
Expand Down

0 comments on commit 7c25fce

Please sign in to comment.