diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-04-16 14:42:28 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-04-16 14:42:28 -0400 |
commit | d3ff1263092d9ca205b5b54b77db31633bcd80b4 (patch) | |
tree | 7cead800562df8615cbaa01bf09428a7f8552fcd /changes | |
parent | 0e13ff48155ca8cda7483afe730652bed61ba5a0 (diff) | |
download | tor-d3ff1263092d9ca205b5b54b77db31633bcd80b4.tar.gz tor-d3ff1263092d9ca205b5b54b77db31633bcd80b4.zip |
Add support for the coveralls.io coverage tool in travis config
Closes ticket 25818.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/coveralls | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/coveralls b/changes/coveralls new file mode 100644 index 0000000000..7fa69bb2b4 --- /dev/null +++ b/changes/coveralls @@ -0,0 +1,3 @@ + o Minor features (continuous integration): + - Our Travis CI configuration now integrates with the Coveralls coverage + analysis tool. Closes ticket 25818. |