Skip to content

Commit

Permalink
Общий воркфлоу codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 committed Feb 22, 2024
1 parent c140a28 commit f0c14f3
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,7 @@ jobs:
uses: autumn-library/workflows/.github/workflows/sonar.yml@coverage
with:
github_repository: autumn-library/autumn
codecov: true
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
coverage:
runs-on: ubuntu-latest
needs: [sonar]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Download artifacts
uses: actions/download-artifact@v4
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: autumn-library/autumn

CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit f0c14f3

Please sign in to comment.