• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dariusbakunas / cogrs / 13400597144

18 Feb 2025 09:42PM UTC coverage: 39.154% (-1.8%) from 40.988%
13400597144

push

github

dariusbakunas
feat: add very basic worker threads and implement message passing

0 of 80 new or added lines in 6 files covered. (0.0%)

2 existing lines in 2 files now uncovered.

639 of 1632 relevant lines covered (39.15%)

1.35 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/cogrs-core/src/executor/task_executor.rs
1
use crate::inventory::host::Host;
2
use crate::playbook::task::Task;
3
use log::debug;
4

5
pub struct TaskExecutor;
6

7
impl TaskExecutor {
8
    pub fn new() -> Self {
9
        Self {}
10
    }
11

NEW
12
    pub fn run(&self, host: &Host, task: &Task) {
×
NEW
13
        debug!(
×
14
            "executor run() - task {}, host: {}",
NEW
15
            task.uuid(),
×
NEW
16
            host.name()
×
17
        )
18
        // TODO: handle with_*
19
    }
20
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc