File tree 3 files changed +11
-1
lines changed
3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ branch = True
3
3
include =
4
4
amaranth/*
5
5
omit =
6
- amaranth/test /*
6
+ tests /*
7
7
8
8
[report]
9
9
exclude_lines =
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ We love contributions from the community. Please send pull requests and raise
4
4
issues! All code submissions require review. We use GitHub pull requests for
5
5
this purpose.
6
6
7
+ See the "Contributing" section of the documentation manual for more details
8
+ about contributing to Amaranth.
9
+
7
10
8
11
COPYRIGHTS and LICENSE
9
12
Original file line number Diff line number Diff line change @@ -46,6 +46,13 @@ build-backend = "pdm.backend"
46
46
# Add a workaround to improve experience for people upgrading from old checkouts.
47
47
includes = [" amaranth/" ]
48
48
49
+ source-includes = [
50
+ " .gitignore" ,
51
+ " .coveragerc" ,
52
+ " .env.toolchain" ,
53
+ " CONTRIBUTING.txt" ,
54
+ ]
55
+
49
56
# Development workflow configuration
50
57
51
58
[tool .pdm .dev-dependencies ]
You can’t perform that action at this time.
0 commit comments