Skip to content

Commit

Permalink
test_2
Browse files Browse the repository at this point in the history
  • Loading branch information
Vepricov committed Nov 5, 2024
1 parent b2c6060 commit 15a9130
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@ jobs:
- name: Install Dependencies
run: |
pip install torch
pip install -U pytest pytest-cov
ls ./
- name: Testing
run: |
PYTHONPATH=tests/test_simple.py
PYTHONPATH=src/ pytest tests/ --cov=relaxit --cov-report=xml
- name: Upload to Codecov
uses: codecov/codecov-action@v2
with:
files: ./coverage.xml,
fail_ci_if_error: true
verbose: true

0 comments on commit 15a9130

Please sign in to comment.