aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/metrics.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Remove more unreachable pubsAleksey Kladov2020-11-021-1/+1
|
* Deny unreachable-pubAleksey Kladov2020-11-021-1/+1
| | | | | | | | It's very useful when `pub` is equivalent to "this is crate's public API", let's enforce this! Ideally, we should enforce it for local `cargo test`, and only during CI, but that needs https://github.com/rust-lang/cargo/issues/5034.
* Fix metricsAleksey Kladov2020-07-241-7/+1
|
* Fix another nameAleksey Kladov2020-07-241-1/+1
|
* fix nameAleksey Kladov2020-07-241-1/+1
|
* Add metricsAleksey Kladov2020-07-241-0/+38