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

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

- name: Checkout code with submodules
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 Down

0 comments on commit a5a3d2d

Please sign in to comment.