Unverified Commit b1323935 authored by Derek Nola's avatar Derek Nola Committed by GitHub

Add codcov secret for integration tests on Push (#9422)

parent 753c00f3
...@@ -73,6 +73,7 @@ jobs: ...@@ -73,6 +73,7 @@ jobs:
- name: Upload Results To Codecov - name: Upload Results To Codecov
uses: codecov/codecov-action@v4 uses: codecov/codecov-action@v4
with: with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./${{ matrix.itest }}.out files: ./${{ matrix.itest }}.out
flags: inttests # optional flags: inttests # optional
verbose: true # optional (default = false) verbose: true # optional (default = false)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment