Skip to content

Commit

Permalink
fix: numa-udf coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Avik Basu <ab93@users.noreply.github.com>
  • Loading branch information
ab93 committed Jun 13, 2024
1 parent 7d0ef6f commit 222a13f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,17 @@ jobs:
cache: 'poetry'

- name: Install dependencies
run: |
poetry env use 3.11
poetry install --with dev
run: poetry install --no-root --with dev
- name: Run Coverage
run: |
poetry run pytest --cov-report=xml --cov=src --cov-config .coveragerc tests/ -sq
- name: Upload Coverage
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
fail_ci_if_error: true
verbose: true
working-directory: ./apps/numa-udfs
name: numalogic-udfs

0 comments on commit 222a13f

Please sign in to comment.