Skip to content

Commit 197da6d

Browse files
committed
fix: remove more broken stuff
1 parent 8866c1b commit 197da6d

File tree

4 files changed

+0
-69
lines changed

4 files changed

+0
-69
lines changed

.github/workflows/continuous-integration.yml

-17
Original file line numberDiff line numberDiff line change
@@ -88,23 +88,6 @@ jobs:
8888
run: pip install -U --pre pystac rasterio --no-binary rasterio
8989
- name: Run tests
9090
run: scripts/test
91-
codecov:
92-
name: Codecov
93-
needs:
94-
- standard
95-
- extra-requires
96-
- minimum-versions
97-
runs-on: ubuntu-latest
98-
steps:
99-
- uses: actions/checkout@v4
100-
- name: Execute linters and test suites
101-
run: ./docker/cibuild
102-
- name: Upload coverage to Codecov
103-
uses: codecov/codecov-action@v4
104-
with:
105-
token: ${{ secrets.CODECOV_TOKEN }}
106-
file: ./coverage.xml
107-
fail_ci_if_error: false
10891
docker:
10992
name: Docker
11093
needs:

README.md

-6
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,6 @@ Once the container is built, you can run the `scripts/` scripts inside a docker
162162
docker/console
163163
```
164164

165-
A complete build and test can be run with:
166-
167-
```sh
168-
docker/cibuild
169-
```
170-
171165
In scenarios where you want to run scripts in `docker/` but don't want to run the build, images can be downloaded via the `pull` script:
172166

173167
```sh

docker/cibuild

-23
This file was deleted.

scripts/cibuild

-23
This file was deleted.

0 commit comments

Comments
 (0)