Skip to content

Commit

Permalink
use token for upload (#1399)
Browse files Browse the repository at this point in the history
  • Loading branch information
egecetin authored May 24, 2024
1 parent 284f30a commit cde8089
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ jobs:
flags: ${{ matrix.image }},unittest
fail_ci_if_error: false
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

dpdk:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -309,6 +311,8 @@ jobs:
flags: ${{ matrix.os-version }},unittest
fail_ci_if_error: false
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

macos-m1:
runs-on: ${{ matrix.os-version }}
Expand Down Expand Up @@ -382,6 +386,8 @@ jobs:
flags: ${{ matrix.os-version }},unittest
fail_ci_if_error: false
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

mingw-w64:
runs-on: windows-latest
Expand Down Expand Up @@ -462,6 +468,8 @@ jobs:
flags: ${{ matrix.sys }},unittest
fail_ci_if_error: false
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

visual-studio:
strategy:
Expand Down Expand Up @@ -550,6 +558,8 @@ jobs:
flags: ${{ matrix.os }},unittest,${{ matrix.pcap_lib }}
fail_ci_if_error: false
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

android:
strategy:
Expand Down Expand Up @@ -652,6 +662,8 @@ jobs:
flags: xdp,unittest
fail_ci_if_error: false
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

test_regressions:
name: Run ${{ matrix.engine }}-${{ matrix.sanitizer }} fuzzer for regressions
Expand Down

0 comments on commit cde8089

Please sign in to comment.