MCPcopy Create free account
hub / github.com/CodSpeedHQ/codspeed / GithubActionLogger

Class GithubActionLogger

src/run_environment/github_actions/logger.rs:12–14  ·  view source on GitHub ↗

A logger that prints logs in the format expected by GitHub Actions, with grouping support. See https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions

Source from the content-addressed store, hash-verified

10///
11/// See https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions
12pub struct GithubActionLogger {
13 log_level: LevelFilter,
14}
15
16impl GithubActionLogger {
17 pub fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected