We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87c93e commit be8c526Copy full SHA for be8c526
.github/workflows/ci.yml
@@ -22,23 +22,6 @@ jobs:
22
- name: Test code
23
run: test/run
24
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
-
42
build-docs:
43
runs-on: ubuntu-latest
44
Gemfile
Gemfile.lock
0 commit comments