2022-03-30 14:45:28 +00:00
|
|
|
"documentation":
|
|
|
|
- doc/manual/*
|
|
|
|
- src/nix/**/*.md
|
|
|
|
|
2023-04-03 03:11:21 +00:00
|
|
|
"store":
|
|
|
|
- src/libstore/store-api.*
|
|
|
|
- src/libstore/*-store.*
|
|
|
|
|
|
|
|
"fetching":
|
|
|
|
- src/libfetchers/**/*
|
|
|
|
|
|
|
|
"repl":
|
|
|
|
- src/libcmd/repl.*
|
|
|
|
- src/nix/repl.*
|
|
|
|
|
|
|
|
"new-cli":
|
|
|
|
- src/nix/**/*
|
|
|
|
|
2022-03-30 14:45:28 +00:00
|
|
|
"tests":
|
2023-04-03 03:11:21 +00:00
|
|
|
# Unit tests
|
|
|
|
- src/*/tests/**/*
|
|
|
|
# Functional and integration tests
|
2022-03-30 14:45:28 +00:00
|
|
|
- tests/**/*
|