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:
parent
ca88178700
commit
f1360572fb
|
@ -193,6 +193,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: coverage-data
|
name: coverage-data
|
||||||
path: "spiffworkflow-backend/.coverage.*"
|
path: "spiffworkflow-backend/.coverage.*"
|
||||||
|
include-hidden-files: true
|
||||||
|
|
||||||
# - name: Upload documentation
|
# - name: Upload documentation
|
||||||
# if: matrix.session == 'docs-build'
|
# if: matrix.session == 'docs-build'
|
||||||
|
|
Loading…
Reference in New Issue