@@ -169,13 +169,11 @@ server locally and set the environment variable ``ZARR_TEST_MONGO=1``.
169
169
To run the Redis storage tests, run a Redis server locally on port
170
170
6379 and set the environment variable ``ZARR_TEST_REDIS=1 ``.
171
171
172
- All tests are automatically run via Travis (Linux) and AppVeyor
173
- (Windows) continuous integration services for every pull
174
- request. Tests must pass under both Travis and Appveyor before code
175
- can be accepted. Test coverage is also collected automatically via the
176
- Coveralls service, and total coverage over all builds must be 100%
177
- (although individual builds may be lower due to Python 2/3 or other
178
- differences).
172
+ All tests are automatically run via GitHub Actions for every pull
173
+ request and must pass before code can be accepted. Test coverage is
174
+ also collected automatically via the Codecov service, and total
175
+ coverage over all builds must be 100% (although individual builds
176
+ may be lower due to Python 2/3 or other differences).
179
177
180
178
Code standards
181
179
~~~~~~~~~~~~~~
@@ -196,8 +194,8 @@ and produce a coverage report. This should be 100% before code can be accepted i
196
194
main code base.
197
195
198
196
When submitting a pull request, coverage will also be collected across all supported
199
- Python versions via the Coveralls service, and will be reported back within the pull
200
- request. Coveralls coverage must also be 100% before code can be accepted.
197
+ Python versions via the Codecov service, and will be reported back within the pull
198
+ request. Codecov coverage must also be 100% before code can be accepted.
201
199
202
200
Documentation
203
201
~~~~~~~~~~~~~
@@ -239,8 +237,8 @@ Pull requests submitted by an external contributor should be reviewed and approv
239
237
one core developers before being merged. Ideally, pull requests submitted by a core developer
240
238
should be reviewed and approved by at least one other core developers before being merged.
241
239
242
- Pull requests should not be merged until all CI checks have passed (Travis, AppVeyor,
243
- Coveralls ) against code that has had the latest master merged in.
240
+ Pull requests should not be merged until all CI checks have passed (GitHub Actions
241
+ Codecov ) against code that has had the latest master merged in.
244
242
245
243
Compatibility and versioning policies
246
244
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments