Open kf6kjg opened 1 year ago
Hmm, CI failure looks to be caused by the CI using tox
4 or newer: the tox.ini
rules have changed. See https://tox.wiki/en/latest/upgrading.html
Fixing that bit of outdated config to get CI working..
Looks like the CI is still broken, this time because of a codecov usage problem:
/home/vsts/work/_temp/c77f6f39-378b-4090-ac61-942334cc01a5.sh: line 4: codecov.uploadToken: command not found
usage: codecov [-h] [--version] [--token TOKEN] [--file [FILE [FILE ...]]]
[--flags [FLAGS [FLAGS ...]]] [--env [ENV [ENV ...]]]
[--required] [--name NAME] [--gcov-root GCOV_ROOT]
[--gcov-glob [GCOV_GLOB [GCOV_GLOB ...]]]
[--gcov-exec GCOV_EXEC] [--no-gcov-out] [--gcov-args GCOV_ARGS]
[-X [DISABLE [DISABLE ...]]] [--root ROOT] [--commit COMMIT]
[--prefix PREFIX] [--branch BRANCH] [--build BUILD] [--pr PR]
[--tag TAG] [--tries TRIES] [--slug SLUG] [--url URL]
[--cacert CACERT] [--dump] [-v] [--no-color]
codecov: error: argument --token/-t: expected one argument
I'll leave the fixing of that one up to the repo maintainers, I've used as much time on this today as I can afford. I recommend that the maintainers pin the versions of the tools they are using in their CI.
Pull Request Checklist
master
if it includes no features (open againstdevelop
otherwise)Description
Re-works the domain parsing for
mode
andep
to work with managed disk URLs and all existing URLs as well.Fixes #144