diff options
| author | Michael Vogt <mvo@ubuntu.com> | 2021-09-03 16:27:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-03 16:27:36 +0200 |
| commit | d2246079215e400eced62eb37f80dae94fd48d64 (patch) | |
| tree | 1303c79f780a901266ac64e5d5b6db7463f7eee7 | |
| parent | ed8022593692be03e45e55aac830573fd3f730d2 (diff) | |
| parent | 5c6f390d2242f0af63ea61332b115fd96e7199a4 (diff) | |
Merge pull request #10729 from mardy/codecov-paths
codecov: fix files pathnames
| -rw-r--r-- | codecov.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000000..b1ad56065d --- /dev/null +++ b/codecov.yml @@ -0,0 +1,2 @@ +fixes: + - "src/github.com/snapcore/snapd/::" |
