diff options
author | Markus Wüstenberg | 2024-02-09 10:36:03 +0100 |
---|---|---|
committer | Markus Wüstenberg | 2024-02-09 10:36:03 +0100 |
commit | 2c55418be1d37c442e70c83fa6b875c0da78c913 (patch) | |
tree | da793b41848681fd78e2afcb65d73b2d8dd6a6bf | |
parent | 42fbfd4045ff8993ed5708ce3c7a44b17a958fdd (diff) | |
download | gomponents-2c55418be1d37c442e70c83fa6b875c0da78c913.tar.lz gomponents-2c55418be1d37c442e70c83fa6b875c0da78c913.tar.zst gomponents-2c55418be1d37c442e70c83fa6b875c0da78c913.zip |
Fix wrong codecov
We don't need coverage for the example code and internal testing helpers.
-rw-r--r-- | codecov.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..db6d53e --- /dev/null +++ b/codecov.yml @@ -0,0 +1,3 @@ +ignore: + - "examples" + - "internal/assert" |