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 b513c67 commit 909bb2c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/github-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ jobs:
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
- name: Run coverage script with Bash
run: |
export BATS_LIB_PATH=/usr/local/lib
chmod +x ./coverage.sh
./coverage.sh
bash ./coverage.sh
- name: Generate coverage percentage
id: coverage
Expand Down

0 comments on commit 909bb2c

Please sign in to comment.