diff --git a/.github/workflows/notify-api-ci.codecov.yaml b/.github/workflows/notify-api-ci.codecov.yaml index f89f6954..0de4b853 100644 --- a/.github/workflows/notify-api-ci.codecov.yaml +++ b/.github/workflows/notify-api-ci.codecov.yaml @@ -30,7 +30,7 @@ jobs: - name: Download artifacts uses: dawidd6/action-download-artifact@v3 with: - name: backend-coverage-${{ github.sha }} + name: notifyapicoveragefile run_id: ${{ github.event.workflow_run.id }} - name: Upload to Codecov uses: codecov/codecov-action@v4 diff --git a/.github/workflows/notify-api-ci.yaml b/.github/workflows/notify-api-ci.yaml index ea011278..ad029c36 100644 --- a/.github/workflows/notify-api-ci.yaml +++ b/.github/workflows/notify-api-ci.yaml @@ -1,7 +1,7 @@ name: Notify API CI on: - push: + pull_request: paths: - "notify-api/**" workflow_dispatch: @@ -116,5 +116,5 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: backend-coverage-${{ github.sha }} + name: notifyapicoveragefile path: ./notify-api/coverage.xml diff --git a/notify-api/README.md b/notify-api/README.md index 23031a37..b0333926 100644 --- a/notify-api/README.md +++ b/notify-api/README.md @@ -19,7 +19,6 @@ GitHub Pages (https://guides.github.com/features/pages/) are a neat way to docum ## Security - ## Files in this repository ## Environment Variables