Revision 074128a4d9c1335ffc1fca63682882b1a2523855 authored by dependabot[bot] on 09 October 2023, 17:34:22 UTC, committed by GitHub on 09 October 2023, 17:34:22 UTC
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.9 to 2.22.1.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/ddccb873888234080b77e9bc2d4764d5ccaaccf9...fdcae64e1484d349b3366718cdfef3d404390e85)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
1 parent de39c75
Raw File
codecov.yml
---
codecov:
  token: 6040de41-c073-4d6f-bbf8-d89256ef31e1
  disable_default_path_fixes: true
fixes:
  - go.etcd.io/etcd/api/v3/::api/
  - go.etcd.io/etcd/client/v3/::client/v3/
  - go.etcd.io/etcd/client/v2/::client/v2/
  - go.etcd.io/etcd/etcdctl/v3/::etcdctl/
  - go.etcd.io/etcd/pkg/v3/::pkg/
  - go.etcd.io/etcd/server/v3/::server/
ignore:
  - '**/*.pb.go'
  - '**/*.pb.gw.go'
  - tests/**/*
  - go.etcd.io/etcd/tests/**/*
back to top