Skip to content

Commit

Permalink
Merge pull request #2103 from Bash-it/revert-2101-add-bashcov-report
Browse files Browse the repository at this point in the history
Revert "ci: Add bashcov codecov report"
  • Loading branch information
NoahGorny authored Mar 3, 2022
2 parents 1722ea9 + 5c592c9 commit fdff1d8
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,6 @@ jobs:
- name: Test code
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:
runs-on: ubuntu-latest

Expand Down

0 comments on commit fdff1d8

Please sign in to comment.