Skip to content

Commit be8c526

Browse files
author
Ira Abramov
committed
ok, codecov is not really working. forgeddit.
1 parent f87c93e commit be8c526

File tree

3 files changed

+0
-47
lines changed

3 files changed

+0
-47
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,6 @@ jobs:
2222
- name: Test code
2323
run: test/run
2424

25-
code-coverage:
26-
runs-on: ubuntu-latest
27-
steps:
28-
- uses: actions/checkout@v2
29-
- uses: ruby/[email protected]
30-
with:
31-
ruby-version: '2.7'
32-
- name: Install Ruby dependencies
33-
run: bundle update --bundler && bundle install
34-
- name: Run tests
35-
run: bashcov test/run
36-
- name: Upload reports to Codecov
37-
run: |
38-
curl -Os https://uploader.codecov.io/latest/linux/codecov
39-
chmod +x codecov
40-
./codecov -f coverage/codecov-result.json -Z
41-
4225
build-docs:
4326
runs-on: ubuntu-latest
4427

Gemfile

Lines changed: 0 additions & 6 deletions
This file was deleted.

Gemfile.lock

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)