mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 20:13:30 +01:00
ci: fix coverage upload (#10331)
This commit is contained in:
@@ -11,6 +11,7 @@ runs:
|
|||||||
uses: codecov/codecov-action@v4
|
uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
files: ./apps/guide/coverage/cobertura-coverage.xml
|
files: ./apps/guide/coverage/cobertura-coverage.xml
|
||||||
|
disable_search: true
|
||||||
flags: guide
|
flags: guide
|
||||||
token: ${{ inputs.CODECOV_TOKEN }}
|
token: ${{ inputs.CODECOV_TOKEN }}
|
||||||
|
|
||||||
@@ -18,6 +19,7 @@ runs:
|
|||||||
uses: codecov/codecov-action@v4
|
uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
files: ./apps/website/coverage/cobertura-coverage.xml
|
files: ./apps/website/coverage/cobertura-coverage.xml
|
||||||
|
disable_search: true
|
||||||
flags: website
|
flags: website
|
||||||
token: ${{ inputs.CODECOV_TOKEN }}
|
token: ${{ inputs.CODECOV_TOKEN }}
|
||||||
|
|
||||||
@@ -25,6 +27,7 @@ runs:
|
|||||||
uses: codecov/codecov-action@v4
|
uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
files: ./packages/brokers/coverage/cobertura-coverage.xml
|
files: ./packages/brokers/coverage/cobertura-coverage.xml
|
||||||
|
disable_search: true
|
||||||
flags: brokers
|
flags: brokers
|
||||||
token: ${{ inputs.CODECOV_TOKEN }}
|
token: ${{ inputs.CODECOV_TOKEN }}
|
||||||
|
|
||||||
@@ -32,6 +35,7 @@ runs:
|
|||||||
uses: codecov/codecov-action@v4
|
uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
files: ./packages/builders/coverage/cobertura-coverage.xml
|
files: ./packages/builders/coverage/cobertura-coverage.xml
|
||||||
|
disable_search: true
|
||||||
flags: builders
|
flags: builders
|
||||||
token: ${{ inputs.CODECOV_TOKEN }}
|
token: ${{ inputs.CODECOV_TOKEN }}
|
||||||
|
|
||||||
@@ -39,6 +43,7 @@ runs:
|
|||||||
uses: codecov/codecov-action@v4
|
uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
files: ./packages/collection/coverage/cobertura-coverage.xml
|
files: ./packages/collection/coverage/cobertura-coverage.xml
|
||||||
|
disable_search: true
|
||||||
flags: collection
|
flags: collection
|
||||||
token: ${{ inputs.CODECOV_TOKEN }}
|
token: ${{ inputs.CODECOV_TOKEN }}
|
||||||
|
|
||||||
@@ -46,6 +51,7 @@ runs:
|
|||||||
uses: codecov/codecov-action@v4
|
uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
files: ./packages/discord.js/coverage/cobertura-coverage.xml
|
files: ./packages/discord.js/coverage/cobertura-coverage.xml
|
||||||
|
disable_search: true
|
||||||
flags: discord.js
|
flags: discord.js
|
||||||
token: ${{ inputs.CODECOV_TOKEN }}
|
token: ${{ inputs.CODECOV_TOKEN }}
|
||||||
|
|
||||||
@@ -53,6 +59,7 @@ runs:
|
|||||||
uses: codecov/codecov-action@v4
|
uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
files: ./packages/formatters/coverage/cobertura-coverage.xml
|
files: ./packages/formatters/coverage/cobertura-coverage.xml
|
||||||
|
disable_search: true
|
||||||
flags: formatters
|
flags: formatters
|
||||||
token: ${{ inputs.CODECOV_TOKEN }}
|
token: ${{ inputs.CODECOV_TOKEN }}
|
||||||
|
|
||||||
@@ -60,6 +67,7 @@ runs:
|
|||||||
uses: codecov/codecov-action@v4
|
uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
files: ./packages/next/coverage/cobertura-coverage.xml
|
files: ./packages/next/coverage/cobertura-coverage.xml
|
||||||
|
disable_search: true
|
||||||
flags: next
|
flags: next
|
||||||
token: ${{ inputs.CODECOV_TOKEN }}
|
token: ${{ inputs.CODECOV_TOKEN }}
|
||||||
|
|
||||||
@@ -67,6 +75,7 @@ runs:
|
|||||||
uses: codecov/codecov-action@v4
|
uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
files: ./packages/proxy/coverage/cobertura-coverage.xml
|
files: ./packages/proxy/coverage/cobertura-coverage.xml
|
||||||
|
disable_search: true
|
||||||
flags: proxy
|
flags: proxy
|
||||||
token: ${{ inputs.CODECOV_TOKEN }}
|
token: ${{ inputs.CODECOV_TOKEN }}
|
||||||
|
|
||||||
@@ -74,6 +83,7 @@ runs:
|
|||||||
uses: codecov/codecov-action@v4
|
uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
files: ./packages/rest/coverage/cobertura-coverage.xml
|
files: ./packages/rest/coverage/cobertura-coverage.xml
|
||||||
|
disable_search: true
|
||||||
flags: rest
|
flags: rest
|
||||||
token: ${{ inputs.CODECOV_TOKEN }}
|
token: ${{ inputs.CODECOV_TOKEN }}
|
||||||
|
|
||||||
@@ -81,6 +91,7 @@ runs:
|
|||||||
uses: codecov/codecov-action@v4
|
uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
files: ./packages/voice/coverage/cobertura-coverage.xml
|
files: ./packages/voice/coverage/cobertura-coverage.xml
|
||||||
|
disable_search: true
|
||||||
flags: voice
|
flags: voice
|
||||||
token: ${{ inputs.CODECOV_TOKEN }}
|
token: ${{ inputs.CODECOV_TOKEN }}
|
||||||
|
|
||||||
@@ -88,6 +99,7 @@ runs:
|
|||||||
uses: codecov/codecov-action@v4
|
uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
files: ./packages/ws/coverage/cobertura-coverage.xml
|
files: ./packages/ws/coverage/cobertura-coverage.xml
|
||||||
|
disable_search: true
|
||||||
flags: ws
|
flags: ws
|
||||||
token: ${{ inputs.CODECOV_TOKEN }}
|
token: ${{ inputs.CODECOV_TOKEN }}
|
||||||
|
|
||||||
@@ -95,6 +107,7 @@ runs:
|
|||||||
uses: codecov/codecov-action@v4
|
uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
files: ./packages/util/coverage/cobertura-coverage.xml
|
files: ./packages/util/coverage/cobertura-coverage.xml
|
||||||
|
disable_search: true
|
||||||
flags: util
|
flags: util
|
||||||
token: ${{ inputs.CODECOV_TOKEN }}
|
token: ${{ inputs.CODECOV_TOKEN }}
|
||||||
|
|
||||||
@@ -102,5 +115,6 @@ runs:
|
|||||||
uses: codecov/codecov-action@v4
|
uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
files: ./packages/actions/coverage/cobertura-coverage.xml, ./packages/scripts/coverage/cobertura-coverage.xml
|
files: ./packages/actions/coverage/cobertura-coverage.xml, ./packages/scripts/coverage/cobertura-coverage.xml
|
||||||
|
disable_search: true
|
||||||
flags: utilities
|
flags: utilities
|
||||||
token: ${{ inputs.CODECOV_TOKEN }}
|
token: ${{ inputs.CODECOV_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user