Pull Requests #59
workflow_pull_request.yml
on: merge_group
Matrix: tests / gradle-check
Annotations
4 errors
KotlinMultiplatformFunctionalTest.when dokkatoo generates all formats expect HTML site is generated with expected HTML files:
modules/dokkatoo-plugin/src/testFunctional/kotlin/KotlinMultiplatformFunctionalTest.kt#L45
io.kotest.assertions.AssertionFailedError: expected:<"dokka/
└── html/
├── index.html
├── test/
│ └── com.project/
│ ├── index.html
│ ├── goodbye.html
│ └── -hello/
│ ├── say-hello.html
│ ├── index.html
│ └── -hello.html
└── navigation.html"> but was:<"dokka/
└── html/
├── test/
│ └── com.project/
│ ├── index.html
│ ├── goodbye.html
│ └── -hello/
│ ├── index.html
│ ├── say-hello.html
│ └── -hello.html
├── index.html
└── navigation.html">
|
MultiModuleFunctionalTest.when dokkatoo generates all formats expect HTML site is generated with expected HTML files:
modules/dokkatoo-plugin/src/testFunctional/kotlin/MultiModuleFunctionalTest.kt#L47
io.kotest.assertions.AssertionFailedError: expected:<"html/
├── subproject-hello/
│ ├── index.html
│ ├── com.project.hello/
│ │ ├── index.html
│ │ └── -hello/
│ │ ├── say-hello.html
│ │ ├── index.html
│ │ └── -hello.html
│ └── navigation.html
├── index.html
├── subproject-goodbye/
│ ├── index.html
│ ├── com.project.goodbye/
│ │ ├── index.html
│ │ └── -goodbye/
│ │ ├── say-hello.html
│ │ ├── index.html
│ │ └── -goodbye.html
│ └── navigation.html
└── navigation.html"> but was:<"html/
├── index.html
├── navigation.html
├── subproject-goodbye/
│ ├── index.html
│ ├── navigation.html
│ └── com.project.goodbye/
│ ├── -goodbye/
│ │ ├── index.html
│ │ ├── say-hello.html
│ │ └── -goodbye.html
│ └── index.html
└── subproject-hello/
├── index.html
├── com.project.hello/
│ ├── index.html
│ └── -hello/
│ ├── index.html
│ ├── say-hello.html
│ └── -hello.html
└── navigation.html">
|
KotlinMultiplatformFunctionalTest.when dokkatoo generates all formats expect HTML site is generated with expected HTML files:
modules/dokkatoo-plugin/src/testFunctional/kotlin/KotlinMultiplatformFunctionalTest.kt#L45
io.kotest.assertions.AssertionFailedError: expected:<"dokka/
└── html/
├── index.html
├── test/
│ └── com.project/
│ ├── index.html
│ ├── goodbye.html
│ └── -hello/
│ ├── say-hello.html
│ ├── index.html
│ └── -hello.html
└── navigation.html"> but was:<"dokka/
└── html/
├── test/
│ └── com.project/
│ ├── index.html
│ ├── goodbye.html
│ └── -hello/
│ ├── index.html
│ ├── say-hello.html
│ └── -hello.html
├── index.html
└── navigation.html">
|
MultiModuleFunctionalTest.when dokkatoo generates all formats expect HTML site is generated with expected HTML files:
modules/dokkatoo-plugin/src/testFunctional/kotlin/MultiModuleFunctionalTest.kt#L47
io.kotest.assertions.AssertionFailedError: expected:<"html/
├── subproject-hello/
│ ├── index.html
│ ├── com.project.hello/
│ │ ├── index.html
│ │ └── -hello/
│ │ ├── say-hello.html
│ │ ├── index.html
│ │ └── -hello.html
│ └── navigation.html
├── index.html
├── subproject-goodbye/
│ ├── index.html
│ ├── com.project.goodbye/
│ │ ├── index.html
│ │ └── -goodbye/
│ │ ├── say-hello.html
│ │ ├── index.html
│ │ └── -goodbye.html
│ └── navigation.html
└── navigation.html"> but was:<"html/
├── index.html
├── navigation.html
├── subproject-goodbye/
│ ├── index.html
│ ├── navigation.html
│ └── com.project.goodbye/
│ ├── -goodbye/
│ │ ├── index.html
│ │ ├── say-hello.html
│ │ └── -goodbye.html
│ └── index.html
└── subproject-hello/
├── index.html
├── com.project.hello/
│ ├── index.html
│ └── -hello/
│ ├── index.html
│ ├── say-hello.html
│ └── -hello.html
└── navigation.html">
|