Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(810)

Unified Diff: packages/infra_libs/infra_libs/.coveragerc

Issue 2179853002: Added packages/infra_libs as the first Python package. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Final rebase (no actual changes) Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | packages/infra_libs/infra_libs/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/infra_libs/infra_libs/.coveragerc
diff --git a/infra_libs/event_mon/.coveragerc b/packages/infra_libs/infra_libs/.coveragerc
similarity index 84%
copy from infra_libs/event_mon/.coveragerc
copy to packages/infra_libs/infra_libs/.coveragerc
index cf221d18caf03254e9572e7d58d0cd77f40e6c15..741eb754b7a234ee143703f4237d3744d02ae050 100644
--- a/infra_libs/event_mon/.coveragerc
+++ b/packages/infra_libs/infra_libs/.coveragerc
@@ -1,10 +1,10 @@
# This file exist despite having .coveragerc in infra_libs because on Windows
# bots, we only execute tests in certain modules of infra_libs (including this
-# one) and the latest version of pragma throws an exception when given a
+# one) and the latest version of coverage throws an exception when given a
# non-existant config file.
[run]
-include = ./infra_libs/event_mon/*
+include = ./packages/infra_libs/infra_libs/*
[report]
exclude_lines =
« no previous file with comments | « no previous file | packages/infra_libs/infra_libs/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698