Merge pull request #260 from Star-Teknolog/Codes-Exe-patch-4

Update worklflow.yml
This commit is contained in:
Erçetin Güler 2022-08-28 09:08:34 +03:00 committed by GitHub
commit 50bd0ef397
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ jobs:
pip install pytest-cov
pytest --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./coverage/reports/