Skip to content

Commit

Permalink
Codecov download token (#1141)
Browse files Browse the repository at this point in the history
* Add token to github artifact download
* Enable lint requirement

Signed-off-by: Andre Kurait <[email protected]>
  • Loading branch information
AndreKurait authored Nov 15, 2024
1 parent 05cf84b commit d393421
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,7 @@ jobs:
- link-checker
- node-tests
- python-e2e-tests
# Temp disable linting from blocking
# - python-lint
- python-lint
- style-check
if: always()
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/codecov-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- name: Download Workflow Info
uses: actions/download-artifact@v4
with:
# Needed for cross run downloading
github-token: ${{ secrets.GITHUB_TOKEN }}
name: workflow-info
run-id: ${{ github.event.workflow_run.id }}
- name: Set Environment Variables from JSON
Expand All @@ -34,6 +36,8 @@ jobs:
- name: Download Coverage Artifacts
uses: actions/download-artifact@v4
with:
# Needed for cross run downloading
github-token: ${{ secrets.GITHUB_TOKEN }}
path: ./coverage-reports
pattern: coverage-reports-*
run-id: ${{ github.event.workflow_run.id }}
Expand Down

0 comments on commit d393421

Please sign in to comment.