Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TMP: Check for remaining test failures #328

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ environment:
PY: 3.8
INSTALL_GITANNEX: git-annex
DATALAD_LOCATIONS_SOCKETS: /Users/appveyor/DLTMP/sockets
CODECOV_BINARY: https://uploader.codecov.io/latest/macos/codecov
CODECOV_BINARY: https://cli.codecov.io/latest/macos/codecov

matrix:
allow_failures:
Expand All @@ -96,6 +96,7 @@ only_commits:
- .appveyor.yml
- datalad_dataverse/
- tools/
- setup.cfg


# it is OK to specify paths that may not exist for a particular test run
Expand Down Expand Up @@ -205,7 +206,7 @@ after_test:
- cmd: .\codecov.exe -f "coverage.xml"
- sh: "curl -Os $CODECOV_BINARY"
- sh: chmod +x codecov
- sh: ./codecov
- sh: ./codecov do-upload


#on_success:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ python_requires = >= 3.7
install_requires =
datalad_next >= 1.0.0b2
datalad >= 0.18.0
pydataverse
pydataverse @ git+https://github.com/gdcc/pydataverse@a2e48a2#egg=pydataverse
packages = find_namespace:
include_package_data = True

Expand Down
Loading