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

Unified Diff: packages/infra_libs/infra_libs/ts_mon/.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
Index: packages/infra_libs/infra_libs/ts_mon/.coveragerc
diff --git a/infra_libs/event_mon/.coveragerc b/packages/infra_libs/infra_libs/ts_mon/.coveragerc
similarity index 83%
copy from infra_libs/event_mon/.coveragerc
copy to packages/infra_libs/infra_libs/ts_mon/.coveragerc
index cf221d18caf03254e9572e7d58d0cd77f40e6c15..4bcf905f1c3571ae0f7772f5b48a3fdcc466d143 100644
--- a/infra_libs/event_mon/.coveragerc
+++ b/packages/infra_libs/infra_libs/ts_mon/.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/ts_mon/*
[report]
exclude_lines =
« no previous file with comments | « packages/infra_libs/infra_libs/time_functions/zulu.py ('k') | packages/infra_libs/infra_libs/ts_mon/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698