Skip to content

Commit e9f3941

Browse files
committed
Update package references in documentation and tests to reflect new repository path
1 parent b5ddf3e commit e9f3941

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

cmd/go-coverage-report/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Markdown table with emojis indicating the coverage change per package.
1919
You can use the -root flag to add a prefix to all paths in the list of changed
2020
files. This is useful to map the changed files (e.g., ["foo/my_file.go"] to their
2121
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,
2323
packages with a different name than their directory are not supported.
2424
2525
ARGUMENTS:

cmd/go-coverage-report/report_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ func TestReport_Markdown(t *testing.T) {
2626
|-------------------|------------|---------|
2727
| github.com/fgrosse/prioqueue | 90.20% (**-9.80%**) | :thumbsdown: |
2828
| github.com/fgrosse/prioqueue/foo/bar | 0.00% (ø) | |
29-
3029
| **Total** | **90.20%** | |
3130
3231
---
@@ -66,7 +65,6 @@ func TestReport_Markdown_OnlyChangedUnitTests(t *testing.T) {
6665
| Impacted Packages | Coverage Δ | :robot: |
6766
|-------------------|------------|---------|
6867
| github.com/fgrosse/prioqueue | 99.02% (**+8.82%**) | :thumbsup: |
69-
7068
| **Total** | **99.02%** | |
7169
7270
---

0 commit comments

Comments
 (0)