Skip to content

Commit

Permalink
Revert CI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Dec 20, 2023
1 parent 0ffddc5 commit 117fea1
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/.c8rc
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"exclude": ["node_modules/**", "**/*.test.ts", "packages/test-utils"],
"excludeNodeModules": true,
"excludeAfterRemap": true
"exclude": [
"packages/*/vendor",
"packages/*/test",
"packages/test-utils/**/*",
"packages/core/src/constants.ts",
"packages/cli/src/cli.ts",
"packages/cli/src/transforms/toktx.ts",
"packages/cli/src/transforms/xmp.ts"
]
}

0 comments on commit 117fea1

Please sign in to comment.