Stop publishing code coverage for macOS

No reason to upload code coverage twice
This commit is contained in:
Kelson 2022-01-27 20:39:04 +01:00 committed by Emmanuel Engelhart
parent 6d14639f77
commit b19eb1ea61
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3
1 changed files with 0 additions and 9 deletions

View File

@ -37,17 +37,8 @@ jobs:
export LD_LIBRARY_PATH=$HOME/BUILD_native_dyn/INSTALL/lib:$HOME/BUILD_native_dyn/INSTALL/lib64
cd build
meson test --verbose
ninja coverage
env:
SKIP_BIG_MEMORY_TEST: 1
- name: Publish coverage
shell: bash
run: |
curl https://codecov.io/bash -o codecov.sh
bash codecov.sh -n osx_native_dyn -Z
rm codecov.sh
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Linux:
strategy: