Skip to content

Commit 87479f2

Browse files
committed
refactor: remove CircleCI debug code
1 parent e300cbb commit 87479f2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,7 @@ jobs:
7979
command: run-unit-tests.sh
8080
- run:
8181
name: Upload Unit Test Coverage Data to Codecov
82-
command: |
83-
ls -la "$(repo-root-dir.sh)"
84-
codecov -f "$(repo-root-dir.sh)/.coverage"
82+
command: codecov -f "$(repo-root-dir.sh)/.coverage"
8583
- run:
8684
name: Build README.rst
8785
command: build-readme-dot-rst.sh

0 commit comments

Comments
 (0)