Skip to content

Commit

Permalink
[fix] : branch yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nemocazin committed Aug 1, 2024
1 parent 5c26ea0 commit 2655864
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,9 @@ jobs:
make -C Code/
make coverage -C Code/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage/*.info
flags: unittests
name: codecov-umbrella

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

0 comments on commit 2655864

Please sign in to comment.