Skip to content

Commit

Permalink
Fix codecov issue with commit detection
Browse files Browse the repository at this point in the history
  • Loading branch information
non-det-alle committed Oct 10, 2024
1 parent 699655b commit 2f87d38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/checkout-in-ns3/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ runs:
uses: actions/checkout@v4
with:
path: "src/lorawan"
# for Codecov commit identification
fetch-depth: 2
- name: "Download ns-3-dev working tree with Gitlab API"
run: |
tag=$(< src/lorawan/NS3-VERSION) && tag=${tag#release }
Expand Down

0 comments on commit 2f87d38

Please sign in to comment.