Skip to content

Commit

Permalink
excluded exceptions from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
slowr committed Feb 16, 2019
1 parent a69a1fe commit 884a4bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions backend/.coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[report]
exclude_lines =
except Exception:
except Exception as e:
2 changes: 1 addition & 1 deletion backend/testing/supervisor.d/services.conf
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0

[program:coveralls]
command=coveralls --service=semaphore-ci
command=coveralls --service=semaphore-ci --rcfile=../.coveragerc
process_name=%(program_name)s
numprocs=1
directory=/root/core
Expand Down

0 comments on commit 884a4bf

Please sign in to comment.