Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit94ca83c

Browse files
committed
RF: coveralls (not used/relied on really) -> codecov
codecov in our (datalad, etc) experience provides a better service,great support, and super-nice intergration with chromium and firefoxfor reviewing coverage of pull requests. In light of the@with_rw_directory fiasco detected/fixed in#521 I would stronglyrecommend to (re-)enable and use coverage reports
1 parentb3b9c02 commit94ca83c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ git:
1616
install:
1717
-git submodule update --init --recursive
1818
-git fetch --tags
19-
-pip installcoveralls flake8 ddt sphinx
19+
-pip installcodecov flake8 ddt sphinx
2020

2121
# generate some reflog as git-python tests need it (in master)
2222
-./init-tests-after-clone.sh
@@ -36,4 +36,4 @@ script:
3636
-if [ "$TRAVIS_PYTHON_VERSION" == '3.5' ]; then cd doc && make html; fi
3737
-
3838
after_success:
39-
-coveralls
39+
-codecov

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp