mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-09-10 07:36:20 -04:00
Stop publishing code coverage for macOS
No reason to upload code coverage twice
This commit is contained in:
parent
6d14639f77
commit
b19eb1ea61
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -37,17 +37,8 @@ jobs:
|
|||||||
export LD_LIBRARY_PATH=$HOME/BUILD_native_dyn/INSTALL/lib:$HOME/BUILD_native_dyn/INSTALL/lib64
|
export LD_LIBRARY_PATH=$HOME/BUILD_native_dyn/INSTALL/lib:$HOME/BUILD_native_dyn/INSTALL/lib64
|
||||||
cd build
|
cd build
|
||||||
meson test --verbose
|
meson test --verbose
|
||||||
ninja coverage
|
|
||||||
env:
|
env:
|
||||||
SKIP_BIG_MEMORY_TEST: 1
|
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:
|
Linux:
|
||||||
strategy:
|
strategy:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user