1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-17 11:09:12 -04:00

CI: only upload coverage report on Linux (#3516)

This commit is contained in:
Loyalsoldier
2025-09-10 20:36:53 +08:00
committed by GitHub
parent 2f10812ecf
commit d8e402e5d0

View File

@@ -50,9 +50,10 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
if: runner.os == 'Linux'
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
slug: v2fly/v2ray-core
slug: ${{ github.repository }}
verbose: true
fail_ci_if_error: true