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

Unified Diff: third_party/lit/tests/.coveragerc

Issue 1663053003: [fusl] Add llvm's lit tool to third_party (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: move down a dir Created 4 years, 11 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 | « third_party/lit/setup.py ('k') | third_party/lit/tests/Inputs/discovery/lit.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/lit/tests/.coveragerc
diff --git a/third_party/lit/tests/.coveragerc b/third_party/lit/tests/.coveragerc
new file mode 100644
index 0000000000000000000000000000000000000000..c886d0ac1a6e2d02881c4784985d9d4e2df642c9
--- /dev/null
+++ b/third_party/lit/tests/.coveragerc
@@ -0,0 +1,11 @@
+# .coveragerc to control coverage.py
+[run]
+branch = False
+parallel = True
+source = lit
+
+[html]
+directory = coverage_html_report
+
+[report]
+omit = Inputs
« no previous file with comments | « third_party/lit/setup.py ('k') | third_party/lit/tests/Inputs/discovery/lit.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698