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

Commit

Permalink
More cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu committed Dec 18, 2020
1 parent 9f34a79 commit 4e75c42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,14 @@ jobs:
name: Install bashcov and json
command: |
gem install json
gem install simplecov -v 0.18.5
gem install simplecov
gem install simplecov-cobertura
gem install --local ./bashcov-2.0.0.gem
gem install bashcov
- run:
name: Run Tests
command: |
env -i PATH="$PATH"
bashcov tests/test
- run:
name: Get files
command: |
ls -al /home/circleci/project/coverage
- run:
name: Upload Codecov
command: |
Expand Down
Binary file removed bashcov-2.0.0.gem
Binary file not shown.

0 comments on commit 4e75c42

Please sign in to comment.