Skip to content

Commit 0b9f847

Browse files
committed
Update test results dir.
1 parent 7b4cd44 commit 0b9f847

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/validate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
uses: codecov/test-results-action@v1
4848
with:
4949
token: ${{ secrets.CODECOV_TOKEN }}
50-
directory: ./build/coverage
50+
directory: ./build/test-results

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ test: install
2727
@( \
2828
source $(PROJECT_VENV)/bin/activate; \
2929
python -m pip install ".[dev]"; \
30-
coverage run -m pytest -v --junitxml=build/junit.xml -o junit_family=legacy && coverage report && coverage xml && coverage html; \
30+
coverage run -m pytest -v --junitxml=build/test-results/junit.xml -o junit_family=legacy && coverage report && coverage xml && coverage html; \
3131
)
3232

3333
docs: install

0 commit comments

Comments
 (0)