diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-11-05 22:25:24 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-11-05 22:25:24 -0800 |
| commit | 85927b8d0d0a751e4c65849c392ef9d0e42a1bd7 (patch) | |
| tree | f2b97814bc6a72381766b655435917f664257298 /.github | |
| parent | b82e942b5915bb3b957e02b2ed1ff6de10e413af (diff) | |
| download | nng-85927b8d0d0a751e4c65849c392ef9d0e42a1bd7.tar.gz nng-85927b8d0d0a751e4c65849c392ef9d0e42a1bd7.tar.bz2 nng-85927b8d0d0a751e4c65849c392ef9d0e42a1bd7.zip | |
ipc: listener cancellation test
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/coverage.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 30e3ff2a..22949659 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -27,7 +27,7 @@ jobs: uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} - yml: ./.codecov.yml + codecov_yml_path: ./.codecov.yml darwin-coverage: name: darwin |
