github: Add environment variable retrieving CODECOV_TOKEN from secrets
This commit is contained in:
3
.github/workflows/per_commit.yml
vendored
3
.github/workflows/per_commit.yml
vendored
@@ -142,7 +142,8 @@ jobs:
|
||||
./ns3 build coverage_gcc
|
||||
cd ./build/coverage
|
||||
bash <(curl -s https://codecov.io/bash) -f ns3.info || echo "Codecov did not collect coverage reports"
|
||||
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
Windows_MinGW:
|
||||
runs-on: windows-latest
|
||||
defaults:
|
||||
|
||||
Reference in New Issue
Block a user