Skip to content

Commit 404c7dc

Browse files
add coverage bot
1 parent fcbedfd commit 404c7dc

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/geonode-tests.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ jobs:
3030
path: docker_images
3131
retention-days: 1 # automatically expires after 1 day
3232

33-
- name: Coverage comment
34-
id: coverage_comment
35-
uses: py-cov-action/python-coverage-comment-action@v3
36-
with:
37-
GITHUB_TOKEN: ${{ github.token }}
38-
3933
# -------------------------------------------------
4034
# SMOKE TESTS (BLOCKING)
4135
# -------------------------------------------------
@@ -374,6 +368,11 @@ jobs:
374368
- geonode_upload
375369
runs-on: ubuntu-24.04
376370
steps:
371+
- name: Coverage comment
372+
id: coverage_comment
373+
uses: py-cov-action/python-coverage-comment-action@v3
374+
with:
375+
GITHUB_TOKEN: ${{ github.token }}
377376
- name: Delete all uploaded artifacts
378377
uses: actions/upload-artifact@v4
379378
with:

0 commit comments

Comments
 (0)