File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments