Skip to content

Commit

Permalink
add workflow for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
micha37-martins committed Aug 22, 2024
1 parent d8c7339 commit b513c67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
./install.sh /usr/local
rm -rf bats-core-1.4.1
- name: Install bats-assert
- name: Install bats-assert and bats-support
run: |
git clone https://github.com/bats-core/bats-support.git /usr/local/lib/bats-support
git clone https://github.com/bats-core/bats-assert.git /usr/local/lib/bats-assert
- name: Run coverage script
Expand Down

0 comments on commit b513c67

Please sign in to comment.