Skip to content

Commit

Permalink
Use 2.11 images, drop codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jul 1, 2024
1 parent b22d5e5 commit b039ea3
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
strategy:
matrix:
include:
- ckan-version: "master"
ckan-image: "ckan/ckan-dev:master-py3.10"
- ckan-version: "2.11"
ckan-image: "ckan/ckan-dev:2.11-py3.10"
solr-image: "2.10-solr9-spatial"
harvester-version: 'master'
- ckan-version: "2.10"
Expand Down Expand Up @@ -97,9 +97,4 @@ jobs:
sed -i -e 's/use = config:.*/use = config:\/srv\/app\/src\/ckan\/test-core.ini/' test.ini
- name: Run tests
run: pytest --ckan-ini=test.ini --cov=ckanext.spatial --cov-report=xml --cov-append --disable-warnings ckanext/spatial/tests

- name: Upload coverage report to codecov
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
run: pytest --ckan-ini=test.ini --cov=ckanext.spatial --cov-report term-missing --cov-append --disable-warnings ckanext/spatial/tests

0 comments on commit b039ea3

Please sign in to comment.