Skip to content

Commit

Permalink
df
Browse files Browse the repository at this point in the history
  • Loading branch information
pagmatt committed Oct 9, 2024
1 parent 3e632d2 commit 1b5ea23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
uses: actions/checkout@v4
with:
sparse-checkout: .github/actions
token: ${{ secrets.CODECOV_TOKEN }}
- name: "Install dependencies and checkout repo in ns-3"
uses: ./.github/actions/install-analysis
- name: "Build ns-3"
Expand All @@ -72,3 +71,5 @@ jobs:
run: |
./ns3 build coverage_gcc
bash <(curl -s https://codecov.io/bash) -f build/coverage/ns3.info -R src/lorawan/ || echo "Codecov did not collect coverage reports"
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 1b5ea23

Please sign in to comment.