Skip to content

Add log_to_file function#401

Merged
Grufoony merged 2 commits intomainfrom
logtofile
Feb 4, 2026
Merged

Add log_to_file function#401
Grufoony merged 2 commits intomainfrom
logtofile

Conversation

@Grufoony
Copy link
Collaborator

@Grufoony Grufoony commented Feb 4, 2026

No description provided.

@codecov
Copy link

codecov bot commented Feb 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.81%. Comparing base (f940cd0) to head (10dfeaa).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #401      +/-   ##
==========================================
- Coverage   85.82%   85.81%   -0.01%     
==========================================
  Files          54       54              
  Lines        6194     6190       -4     
  Branches      671      671              
==========================================
- Hits         5316     5312       -4     
  Misses        862      862              
  Partials       16       16              
Flag Coverage Δ
unittests 85.81% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

m_timeInit{0},
m_timeStep{0},
m_generator{std::random_device{}()} {
: m_graph{std::move(graph)}, m_generator{std::random_device{}()} {

Check notice

Code scanning / Cppcheck (reported by Codacy)

MISRA 12.3 rule Note

MISRA 12.3 rule
import os

from dsf_cpp import __version__, LogLevel, get_log_level, set_log_level, mobility, mdt
from dsf_cpp import (

Check warning

Code scanning / Prospector (reported by Codacy)

Unable to import 'dsf_cpp' (import-error) Warning

Unable to import 'dsf_cpp' (import-error)
import os

from dsf_cpp import __version__, LogLevel, get_log_level, set_log_level, mobility, mdt
from dsf_cpp import (

Check warning

Code scanning / Prospector (reported by Codacy)

'dsf_cpp.version' imported but unused (F401) Warning

'dsf_cpp.__version__' imported but unused (F401)
@Grufoony Grufoony merged commit 699ee83 into main Feb 4, 2026
44 checks passed
@Grufoony Grufoony deleted the logtofile branch February 4, 2026 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant