File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ executors:
1414 SKIP_RUNTIME : 0
1515 SKIP_RUNTIME_LITE : 1
1616 docker :
17- - image : simonsdave/focal-dev-env:v0.6.16
17+ - image : simonsdave/focal-dev-env:v0.6.17
1818 auth :
1919 username : $DOCKER_EXECUTOR_DOCKERHUB_USERNAME
2020 password : $DOCKER_EXECUTOR_DOCKERHUB_PASSWORD
7979 command : run-unit-tests.sh
8080 - run :
8181 name : Upload Unit Test Coverage Data to Codecov
82- command : codecov -f "$(repo-root-dir .sh)/.coverage"
82+ command : run- codecov-uploader .sh
8383 - run :
8484 name : Build README.rst
8585 command : build-readme-dot-rst.sh
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1717
1818### Changed
1919
20- * ``` dev-env ``` 0.6.13 -> 0.6.14
20+ * ``` dev-env ``` 0.6.13 -> 0.6.17
2121* ``` python-dateutil ``` 2.8.1 -> 2.8.2
2222* ``` selenium ``` 3.141.0 -> 4.1.0
2323* ``` bin/install-chromedriver.sh ``` was failing for newer versions of chromium because
You can’t perform that action at this time.
0 commit comments