fix coverage upload
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -70,10 +70,11 @@ jobs:
|
||||
run: just coverage
|
||||
|
||||
- name: upload coverage
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
verbose: true
|
||||
#files: target/llvm-cov-target/trust-dns-coverage.json
|
||||
|
||||
## Work through all of the variations of the different features, only on linux to save concurrent resources
|
||||
exhaustive-features-matrix:
|
||||
|
Reference in New Issue
Block a user