Skip to content

Commit

Permalink
chore: replace nyc configurations with c8 configurations (#2192)
Browse files Browse the repository at this point in the history
  • Loading branch information
faustbrian authored Aug 19, 2022
1 parent f0516de commit e16b893
Show file tree
Hide file tree
Showing 26 changed files with 60 additions and 1,117 deletions.
6 changes: 6 additions & 0 deletions config/.c8rc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"all": true,
"cache": false,
"extension": [".ts"],
"reporter": ["lcov", "text"]
}
2 changes: 1 addition & 1 deletion config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Add `.nycrc`:

```json
{
"extends": "../../config/nyc.json"
"extends": "../../config/.c8rc.json"
}
```

Expand Down
6 changes: 0 additions & 6 deletions config/nyc.json

This file was deleted.

Loading

0 comments on commit e16b893

Please sign in to comment.