File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,13 @@ jobs:
2222 - name : Run tests
2323 run : ./run_test.sh
2424 shell : bash
25- - name : List files in workspace
26- run : ls -la
27- shell : bash
2825 - name : Upload coverage to Codecov
2926 uses : codecov/codecov-action@v3
3027 with :
3128 token : ${{ secrets.CODECOV_TOKEN }}
3229 env_vars : PYTHON
3330 fail_ci_if_error : true
34- files : ./coverage.xml
31+ files : ./tests/ coverage.xml
3532 flags : unittests
3633 name : codecov-umbrella
3734 verbose : true
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Source = "https://github.com/beda-software/fhir-py.git"
3737
3838[tool .pytest .ini_options ]
3939minversion = " 6.0"
40- addopts = " -ra -q --color=yes --cov=fhirpy --cov-report=xml"
40+ addopts = " -ra -q --color=yes --cov=fhirpy --cov-report=xml:./tests/coverage.xml "
4141testpaths = [" tests" ]
4242log_cli = true
4343log_cli_level = " INFO"
You can’t perform that action at this time.
0 commit comments