Skip to content

Commit

Permalink
Update codecov GHA config (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
tekenstam authored Jun 19, 2024
1 parent 825e226 commit d0ecfc0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,11 @@ jobs:
- name: Run Tests
run: make test

- name: Codecov
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}

- name: Set up QEMU
if: (github.event_name == 'push' || github.event_name == 'release') && github.repository == 'keikoproj/upgrade-manager'
Expand Down

0 comments on commit d0ecfc0

Please sign in to comment.