Skip to content

Commit

Permalink
Remove codecov plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mbraak committed Sep 17, 2024
1 parent abe85fd commit 64fc739
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 64 deletions.
10 changes: 0 additions & 10 deletions config/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { babel } from "@rollup/plugin-babel";
import resolve from "@rollup/plugin-node-resolve";
import serve from "rollup-plugin-serve";
import terser from "@rollup/plugin-terser";
import { codecovRollupPlugin } from "@codecov/rollup-plugin";

const getBanner = () => {
const headerTemplate = fs.readFileSync("./src/header.txt", "utf8");
Expand Down Expand Up @@ -47,15 +46,6 @@ if (!debugBuild) {
plugins.push(terserPlugin);
}

if (!debugBuild && !includeCoverage && process.env.CODECOV_TOKEN) {
const codecovPlugin = codecovRollupPlugin({
bundleName: "jqtree-bundle",
enableBundleAnalysis: true,
uploadToken: process.env.CODECOV_TOKEN,
});
plugins.push(codecovPlugin);
}

if (devServer) {
const servePlugin = serve({
contentBase: ["./devserver", "./docs/static", "./"],
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"@babel/preset-typescript": "^7.24.7",
"@codecov/rollup-plugin": "0.0.1-beta.10",
"@playwright/test": "^1.45.2",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
Expand Down
53 changes: 0 additions & 53 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 64fc739

Please sign in to comment.