Skip to content

Commit

Permalink
try differnt version of testing-and-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
eacharles committed Nov 22, 2023
1 parent 0dad3dc commit 23cee1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run unit tests with pytest
run: |
python -m pytest tests --cov=core --cov-report=xml
python -m pytest tests --cov=src/rail --cov-report=xml
- name: Upload coverage report to codecov
uses: codecov/codecov-action@v3

0 comments on commit 23cee1b

Please sign in to comment.