coverage-upload-fix (#2076)

* update coverage upload path since it seems like they respect working directory now w/ burnettk

* added some upload artifact tests

* need to checkout code

* git rid of the constraint

* attempt to fix upload properly

* put back comment

---------

Co-authored-by: jasquat <jasquat@users.noreply.github.com>
This commit is contained in:
jasquat 2024-09-10 10:13:23 -04:00 committed by GitHub
parent ca88178700
commit f1360572fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@ jobs:
with:
name: coverage-data
path: "spiffworkflow-backend/.coverage.*"
include-hidden-files: true
# - name: Upload documentation
# if: matrix.session == 'docs-build'