Skip to content

Commit

Permalink
#203: Test codecov path fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Feb 2, 2021
1 parent 89b9d19 commit f3498a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,13 @@ jobs:
# Run Nox tests session, saves and uploads a coverage report to codecov
- name: Run Nox tests session
run: nox -s tests -f datagateway-api/noxfile.py -- --cov=datagateway_api --cov-report=xml
run: cd datagateway-api && nox -s tests -- --cov=datagateway_api --cov-report=xml
- name: Upload code coverage report
if: matrix.python-version == '3.6'
uses: codecov/codecov-action@v1
with:
directory: ./datagateway-api
gcov_root_dir: ./datagateway-api

linting:
runs-on: ubuntu-16.04
Expand Down

0 comments on commit f3498a8

Please sign in to comment.