Skip to content

Commit

Permalink
Cypress. Exclude some files from instrumentation. (cvat-ai#3349)
Browse files Browse the repository at this point in the history
* Exclude some files from instrumentation

* Removed from exclude files for models
  • Loading branch information
dvkruchinin committed Jun 23, 2021
1 parent 4631996 commit e76b0ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .nycrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
],
"exclude": [
"**/3rdparty/*",
"**/tests/*"
"**/tests/*",
"cvat-ui/src/actions/boundaries-actions.ts",
"cvat-ui/src/utils/platform-checker.ts"
],
"parser-plugins": [
"typescript"
Expand Down

0 comments on commit e76b0ea

Please sign in to comment.