mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-27 19:16:44 +00:00
This reverts commit 9f236f5ce9866513354a9e5e138507a9d7151b09.
This commit is contained in:
parent
9f236f5ce9
commit
89c5148873
8
.github/workflows/qc_checks.yaml
vendored
8
.github/workflows/qc_checks.yaml
vendored
@ -340,7 +340,7 @@ jobs:
|
||||
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # pin@v5.3.1
|
||||
if: always()
|
||||
with:
|
||||
use_oidc: true
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
slug: inventree/InvenTree
|
||||
flags: backend
|
||||
|
||||
@ -483,7 +483,7 @@ jobs:
|
||||
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # pin@v5.3.1
|
||||
if: always()
|
||||
with:
|
||||
use_oidc: true
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
slug: inventree/InvenTree
|
||||
flags: migrations
|
||||
|
||||
@ -615,10 +615,12 @@ jobs:
|
||||
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # pin@v5.3.1
|
||||
if: always()
|
||||
with:
|
||||
use_oidc: true
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
slug: inventree/InvenTree
|
||||
flags: pui
|
||||
- name: Upload bundler info
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
run: |
|
||||
cd src/frontend
|
||||
yarn install
|
||||
|
@ -43,11 +43,9 @@ export default defineConfig({
|
||||
requireEnv: true
|
||||
}),
|
||||
codecovVitePlugin({
|
||||
enableBundleAnalysis: true,
|
||||
enableBundleAnalysis: process.env.CODECOV_TOKEN !== undefined,
|
||||
bundleName: 'pui_v1',
|
||||
oidc: {
|
||||
useGitHubOIDC: true
|
||||
}
|
||||
uploadToken: process.env.CODECOV_TOKEN
|
||||
})
|
||||
],
|
||||
build: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user