Skip to content

Commit

Permalink
Merge pull request #2280 from vrk-kpa/dependabot/github_actions/codec…
Browse files Browse the repository at this point in the history
…ov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
Zharktas authored Jun 20, 2024
2 parents ceb475a + 6e47b45 commit 7248508
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ jobs:
env:
REGISTRY: ${{ secrets.REGISTRY }}
REPOSITORY: ${{ secrets.REPOSITORY }}
DOCKER_BUILD_NO_SUMMARY: true

- name: upload images
if: ${{ matrix.build-container == true }}
Expand Down Expand Up @@ -454,9 +455,10 @@ jobs:
npm run test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
flags: cdk
token: ${{ secrets.CODECOV_TOKEN }}

test:
name: Test opendata extensions
Expand Down Expand Up @@ -547,7 +549,14 @@ jobs:
- name: Run tests
run: |
pytest --ckan-ini=ckan/ckanext/ckanext-ytp_main/test.ini --cov=ckanext.ytp --disable-warnings ckan/ckanext/ckanext-ytp_main/ckanext/ytp/tests
- name: install codecov requirements
run: |
apk add gpg gpg-agent
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
flags: ckan
os: alpine
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion ckan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ RUN \
pyasn1 \
polib \
botocore \
numpy \
"numpy < 2" \
boto \
boto3

Expand Down
2 changes: 1 addition & 1 deletion opendata-assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PPA is only required if node.js version is lower than 0.8

sudo apt-get install nodejs

Install gulp:
Install gulp:

sudo npm install -g gulp

Expand Down

0 comments on commit 7248508

Please sign in to comment.