We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6990202 commit cf2ff07Copy full SHA for cf2ff07
workspace/CHANGELOG.md
@@ -12,6 +12,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
12
13
* `workspace.run`: include the task duration in milliseconds in the exported `json`.
14
15
+* `workspace.test.coverage`: allow filtering by package path.
16
+
17
## [v0.2.1](https://github.com/sportradar/elixir-workspace/tree/workspace/v0.2.0) (2025-03-14)
18
19
* Allow having multiple workspaces under the same git repo.
workspace/lib/mix/tasks/workspace.test.coverage.ex
@@ -22,7 +22,8 @@ defmodule Mix.Tasks.Workspace.Test.Coverage do
22
:exclude,
23
:tags,
24
:excluded_tags,
25
- :verbose
+ :verbose,
26
+ :paths
27
],
28
opts
29
)
0 commit comments