Skip to content

Commit

Permalink
Stopped excluding decorators.py from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
MinhPhan8803 committed Nov 6, 2022
1 parent e3b156b commit 8d4f6e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/backend/.coveragerc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[run]
omit = *tests*
*init*
*decorators*
*init*
Binary file modified src/backend/database/database_test.db
Binary file not shown.

3 comments on commit 8d4f6e2

@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
app.py910100% 
config.py10100% 
decorators.py27389%19–21
dataholders
   apt.py90100% 
   review.py70100% 
pages
   login.py310100% 
   mainpage.py950100% 
TOTAL261399% 

Tests Skipped Failures Errors Time
43 0 💤 0 ❌ 0 🔥 0.573s ⏱️

@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
app.py910100% 
config.py10100% 
decorators.py27389%19–21
dataholders
   apt.py90100% 
   review.py70100% 
pages
   login.py310100% 
   mainpage.py950100% 
TOTAL261399% 

Tests Skipped Failures Errors Time
43 0 💤 0 ❌ 0 🔥 0.904s ⏱️

@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
app.py910100% 
config.py10100% 
decorators.py27389%19–21
dataholders
   apt.py90100% 
   review.py70100% 
pages
   login.py310100% 
   mainpage.py950100% 
TOTAL261399% 

Tests Skipped Failures Errors Time
43 0 💤 0 ❌ 0 🔥 0.947s ⏱️

Please sign in to comment.