Update worklflow.yml

Signed-off-by: Erçetin Güler <ercetinguler@hotmail.com>
This commit is contained in:
Erçetin Güler 2022-08-28 09:04:47 +03:00 committed by GitHub
parent db71b1849f
commit cb93377faa
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/