Obtain the acceptance test code coverage files from the correct directory.

pull/3115/head
derekpierre 2023-05-02 14:43:41 -04:00
parent bce2ed8607
commit 1e07a4a43d
1 changed files with 1 additions and 1 deletions

View File

@ -160,10 +160,10 @@ jobs:
- name: Upload acceptance tests coverage to Codecov
if: matrix.python-version == '3.10'
working-directory: tests/acceptance
uses: codecov/codecov-action@v3.1.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: tests/acceptance
files: acceptance-agents-coverage.xml, acceptance-actors-coverage.xml, acceptance-conditions-coverage.xml, acceptance-characters-coverage.xml, acceptance-cli-coverage.xml
flags: acceptance
fail_ci_if_error: true