Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit a28930a

Browse files
Update CI to expose JUnit Artifacts
This will allow us to download the JUnit XML files that gets generated during the CI run. Having the raw file will be useful for debugging test analytics stuff.
1 parent db54697 commit a28930a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ jobs:
4949
test:
5050
name: Test
5151
needs: [build]
52-
uses: codecov/gha-workflows/.github/workflows/[email protected].26
52+
uses: codecov/gha-workflows/.github/workflows/[email protected].27
5353
secrets: inherit
5454
with:
5555
repo: ${{ vars.CODECOV_IMAGE_V2 || 'codecov/self-hosted-api' }}
5656

5757
build-self-hosted:
5858
name: Build Self Hosted API
5959
needs: [build, test]
60-
uses: codecov/gha-workflows/.github/workflows/[email protected].26
60+
uses: codecov/gha-workflows/.github/workflows/[email protected].27
6161
secrets: inherit
6262
with:
6363
repo: ${{ vars.CODECOV_IMAGE_V2 || 'codecov/self-hosted-api' }}
@@ -66,7 +66,7 @@ jobs:
6666
name: Push Staging Image
6767
needs: [build, test]
6868
if: ${{ github.event_name == 'push' && github.event.ref == 'refs/heads/staging' && github.repository_owner == 'codecov' }}
69-
uses: codecov/gha-workflows/.github/workflows/[email protected].26
69+
uses: codecov/gha-workflows/.github/workflows/[email protected].27
7070
secrets: inherit
7171
with:
7272
environment: staging
@@ -76,7 +76,7 @@ jobs:
7676
name: Push Production Image
7777
needs: [build, test]
7878
if: ${{ github.event_name == 'push' && github.event.ref == 'refs/heads/main' && github.repository_owner == 'codecov' }}
79-
uses: codecov/gha-workflows/.github/workflows/[email protected].26
79+
uses: codecov/gha-workflows/.github/workflows/[email protected].27
8080
secrets: inherit
8181
with:
8282
environment: production
@@ -87,7 +87,7 @@ jobs:
8787
needs: [build-self-hosted, test]
8888
secrets: inherit
8989
if: ${{ github.event_name == 'push' && github.event.ref == 'refs/heads/main' && github.repository_owner == 'codecov' }}
90-
uses: codecov/gha-workflows/.github/workflows/[email protected].26
90+
uses: codecov/gha-workflows/.github/workflows/[email protected].27
9191
with:
9292
push_rolling: true
9393
repo: ${{ vars.CODECOV_IMAGE_V2 || 'codecov/self-hosted-api' }}

0 commit comments

Comments
 (0)