Skip to content

Commit cf2ff07

Browse files
committed
Allow filtering by path in test.coverage task
1 parent 6990202 commit cf2ff07

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

workspace/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1212

1313
* `workspace.run`: include the task duration in milliseconds in the exported `json`.
1414

15+
* `workspace.test.coverage`: allow filtering by package path.
16+
1517
## [v0.2.1](https://github.com/sportradar/elixir-workspace/tree/workspace/v0.2.0) (2025-03-14)
1618

1719
* Allow having multiple workspaces under the same git repo.

workspace/lib/mix/tasks/workspace.test.coverage.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ defmodule Mix.Tasks.Workspace.Test.Coverage do
2222
:exclude,
2323
:tags,
2424
:excluded_tags,
25-
:verbose
25+
:verbose,
26+
:paths
2627
],
2728
opts
2829
)

0 commit comments

Comments
 (0)