Update version to v0.0.74 (#825)

This commit is contained in:
Deshraj Yadav
2023-10-18 17:12:51 -07:00
committed by GitHub
parent 8b64deab40
commit b47405e1bd
7 changed files with 13 additions and 14 deletions

View File

@@ -24,9 +24,7 @@ jobs:
run: poetry install --all-extras
- name: Lint with ruff
run: make lint
- name: Test with pytest
run: make test
- name: Generate coverage report
- name: Run tests and generate coverage report
run: make coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
@@ -34,4 +32,3 @@ jobs:
file: coverage.xml
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}