Merge pull request #2103 from Bash-it/revert-2101-add-bashcov-report

Revert "ci: Add bashcov codecov report"
pull/2102/merge
Noah Gorny 2022-03-03 22:39:47 +02:00 committed by GitHub
commit fdff1d81cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 17 deletions

View File

@ -22,23 +22,6 @@ jobs:
- name: Test code - name: Test code
run: test/run run: test/run
code-coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
with:
ruby-version: '2.7'
- name: Install Ruby dependencies
run: bundle update --bundler && bundle install
- name: Run tests
run: bashcov test/run
- name: Upload reports to Codecov
run: |
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
./codecov -f coverage/codecov-result.json -Z
build-docs: build-docs:
runs-on: ubuntu-latest runs-on: ubuntu-latest