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 a5a3d2d commit 8ccf0ed
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/github-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,8 @@ jobs:
# - ${{ github.workspace }}:/workspace

steps:
# - name: Checkout code
# uses: actions/checkout@v3.6.0

- name: Checkout code with submodules
- name: Checkout code
uses: actions/checkout@v3.6.0
with:
submodules: true # Fetch all submodules
fetch-depth: 0 # Necessary to fetch all branches/tags, including submodules

- name: Install curl
run: |
Expand All @@ -37,6 +31,10 @@ jobs:
./install.sh /usr/local
rm -rf bats-core-1.4.1
- name: Install bats-assert
run: |
git clone https://github.com/bats-core/bats-assert.git /usr/local/lib/bats-assert
- name: Run coverage script
run: |
chmod +x ./coverage.sh
Expand Down

0 comments on commit 8ccf0ed

Please sign in to comment.