Skip to content

Commit c7d5b2c

Browse files
authored
Merge pull request #25 from mbarbin/improve-coverage
Improve coverage
2 parents c000632 + d137123 commit c7d5b2c

File tree

4 files changed

+365
-13
lines changed

4 files changed

+365
-13
lines changed

.vscode/settings.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
{
22
"cSpell.words": [
3+
"chdir",
4+
"docv",
5+
"Fpath",
36
"janestreet",
47
"odoc",
5-
"opam"
8+
"opam",
9+
"patdiff",
10+
"reindentation",
11+
"reindented",
12+
"shexp",
13+
"sigpipe",
14+
"volgo"
615
]
7-
}
16+
}

CHANGES.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## 0.0.202506XX (unreleased)
1+
## 0.0.20250618 (2025-06-18)
22

33
### Added
44

5-
- Continue to increase code coverage (#17, @mbarbin).
5+
- Continue to increase code coverage (#17, #25, @mbarbin).
66

77
### Changed
88

@@ -11,8 +11,6 @@
1111
- Reduce dependencies and replace `shexp` by `spawn` (#16, @mbarbin).
1212
- Make `crs grep` output in a pager when able (#16, @mbarbin).
1313

14-
### Deprecated
15-
1614
### Fixed
1715

1816
- Fix position mismatch in tests shown by `ocaml-ci` (#23, @mbarbin).

0 commit comments

Comments
 (0)