Skip to content

Commit

Permalink
default mode
Browse files Browse the repository at this point in the history
  • Loading branch information
non-det-alle committed Oct 9, 2024
1 parent 10c97a5 commit 1ae04da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ jobs:
env:
BUILD_ID: ubuntu-coverage
COMPILER: g++
MODE: release
MODE: default
EXTRA_OPTIONS: --disable-werror --enable-gcov
uses: ./.github/actions/build
with:
store-artifacts: "false"
- name: "Extract ccache statistics"
run: echo "CACHE_MISSES=`./utils/ccache-miss-rate.py`" >> $GITHUB_ENV
- name: "Generate coverage data and submit to codecov.io"
#- if: env.CACHE_MISSES != '0'
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
# if: env.CACHE_MISSES != '0'
run: |
./ns3 build coverage_gcc
bash <(curl -s https://codecov.io/bash) -f build/coverage/ns3.info -R $GITHUB_WORKSPACE/src/lorawan -t $CODECOV_TOKEN || echo "Codecov did not collect coverage reports"
bash <(curl -s https://codecov.io/bash) -f build/coverage/ns3.info -R $GITHUB_WORKSPACE/src/lorawan || echo "Codecov did not collect coverage reports"
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 1ae04da

Please sign in to comment.