Add changes

This commit is contained in:
ofekshenawa 2024-07-22 17:17:14 +03:00
parent 68a1a3cba3
commit 7bc11bf2b5
1 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@ jobs:
run: make test run: make test
- name: Upload to Codecov - name: Upload to Codecov
uses: codecov/codecov-action@v4 uses: codecov/codecov-action@v4
with: with:
files: coverage.txt files: coverage.txt
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}