Closed tripolkaandrey closed 2 years ago
Merging #1451 (db33a32) into master (a8a75b5) will increase coverage by
0.00%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #1451 +/- ##
=========================================
Coverage 91.45% 91.46%
Complexity 4978 4978
=========================================
Files 626 626
Lines 15347 15347
Branches 894 894
=========================================
+ Hits 14036 14037 +1
Misses 1004 1004
+ Partials 307 306 -1
In this PR, Dokka documentation was added as a publish artifact. This project is large enough to run into
OutOfSpaceError
when generating documentation by Dokka. To overcome this issue,MaxMetaspaceSize
was set inbuild-on-ubuntu
andbuild-on-windows
workflows. However, I forgot to set the metaspace setting in thepublish
workflow, which goes through the build stage. That mistake led to the failedpublish
workflow. This PR fixes this issue.