Skip to content

Commit

Permalink
add coveragerc to skip config
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoon committed Nov 19, 2023
1 parent bd4e5f4 commit 3138d6c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[run]
omit =
tests/*
datacollector/config/*

[coverage:report]
skip_empty = true

1 comment on commit 3138d6c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
start_data_collector.py25250%1–33
datacollector
   domain.py260100% 
datacollector/repositories
   data_repository.py60100% 
datacollector/services
   collector_service.py641084%16, 19–31
   data_process_service.py400100% 
   datetime_service.py9189%13
TOTAL1703679% 

Tests Skipped Failures Errors Time
6 0 💤 0 ❌ 0 🔥 1.665s ⏱️

Please sign in to comment.