Skip to content

Commit 0d7f140

Browse files
committed
feat: dev-env 0.6.16 -> 0.6.17
1 parent f1d663c commit 0d7f140

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
@@ -79,7 +79,7 @@ jobs:
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

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)