Skip to content

Commit

Permalink
add coverage config for coverage.py to see if it captures results
Browse files Browse the repository at this point in the history
  • Loading branch information
Paris Goldman-Smith committed Nov 16, 2018
1 parent 82ffd18 commit fec2094
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aimmo-game-creator/.coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# .coveragerc to control coverage.py
[run]
data_file = ".coverage"
3 changes: 3 additions & 0 deletions aimmo-game-worker/.coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# .coveragerc to control coverage.py
[run]
data_file = ".coverage"
3 changes: 3 additions & 0 deletions aimmo-game/.coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# .coveragerc to control coverage.py
[run]
data_file = ".coverage"

0 comments on commit fec2094

Please sign in to comment.