-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:codecov/worker into joseph/new-feat…
…ures-comment
- Loading branch information
Showing
197 changed files
with
11,749 additions
and
16,152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,8 @@ on: | |
permissions: | ||
contents: "read" | ||
id-token: "write" | ||
issues: "write" | ||
pull-requests: "write" | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | ||
|
@@ -22,11 +24,11 @@ jobs: | |
lint: | ||
name: Run Lint | ||
|
||
uses: codecov/gha-workflows/.github/workflows/[email protected].23 | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].26 | ||
|
||
build: | ||
name: Build Worker | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].23 | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].26 | ||
|
||
secrets: inherit | ||
with: | ||
|
@@ -35,14 +37,14 @@ jobs: | |
codecovstartup: | ||
name: Codecov Startup | ||
needs: build | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].23 | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].26 | ||
|
||
secrets: inherit | ||
|
||
test: | ||
name: Test | ||
needs: [build] | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].23 | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].26 | ||
|
||
secrets: inherit | ||
with: | ||
|
@@ -52,7 +54,7 @@ jobs: | |
name: Build Self Hosted Worker | ||
needs: [build, test] | ||
|
||
uses: codecov/gha-workflows/.github/workflows/[email protected].23 | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].26 | ||
secrets: inherit | ||
with: | ||
repo: ${{ vars.CODECOV_IMAGE_V2 || 'codecov/self-hosted-worker' }} | ||
|
@@ -61,7 +63,7 @@ jobs: | |
name: Push Staging Image | ||
needs: [build, test] | ||
if: ${{ github.event_name == 'push' && (github.event.ref == 'refs/heads/main' || github.event.ref == 'refs/heads/staging') && github.repository_owner == 'codecov' }} | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].23 | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].26 | ||
secrets: inherit | ||
with: | ||
environment: staging | ||
|
@@ -71,7 +73,7 @@ jobs: | |
name: Push Production Image | ||
needs: [build, test] | ||
if: ${{ github.event_name == 'push' && github.event.ref == 'refs/heads/main' && github.repository_owner == 'codecov' }} | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].23 | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].26 | ||
secrets: inherit | ||
with: | ||
environment: production | ||
|
@@ -82,7 +84,7 @@ jobs: | |
needs: [build-self-hosted, test] | ||
secrets: inherit | ||
if: ${{ github.event_name == 'push' && github.event.ref == 'refs/heads/main' && github.repository_owner == 'codecov' }} | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].23 | ||
uses: codecov/gha-workflows/.github/workflows/[email protected].26 | ||
with: | ||
push_rolling: true | ||
repo: ${{ vars.CODECOV_IMAGE_V2 || 'codecov/self-hosted-worker' }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,6 +51,8 @@ nosetests.xml | |
*.cover | ||
.hypothesis/ | ||
.pytest_cache/ | ||
*.junit.xml | ||
junit.xml | ||
|
||
# Translations | ||
*.mo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
24.10.1 | ||
24.11.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.