Commit e9f3941 1 parent b5ddf3e commit e9f3941 Copy full SHA for e9f3941
File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Markdown table with emojis indicating the coverage change per package.
19
19
You can use the -root flag to add a prefix to all paths in the list of changed
20
20
files. This is useful to map the changed files (e.g., ["foo/my_file.go"] to their
21
21
coverage profile which uses the full package name to identify the files
22
- (e.g., "github.com/fgrosse /example/foo/my_file.go"). Note that currently,
22
+ (e.g., "github.com/teamniteo /example/foo/my_file.go"). Note that currently,
23
23
packages with a different name than their directory are not supported.
24
24
25
25
ARGUMENTS:
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ func TestReport_Markdown(t *testing.T) {
26
26
|-------------------|------------|---------|
27
27
| github.com/fgrosse/prioqueue | 90.20% (**-9.80%**) | :thumbsdown: |
28
28
| github.com/fgrosse/prioqueue/foo/bar | 0.00% (ø) | |
29
-
30
29
| **Total** | **90.20%** | |
31
30
32
31
---
@@ -66,7 +65,6 @@ func TestReport_Markdown_OnlyChangedUnitTests(t *testing.T) {
66
65
| Impacted Packages | Coverage Δ | :robot: |
67
66
|-------------------|------------|---------|
68
67
| github.com/fgrosse/prioqueue | 99.02% (**+8.82%**) | :thumbsup: |
69
-
70
68
| **Total** | **99.02%** | |
71
69
72
70
---
You can’t perform that action at this time.
0 commit comments