Skip to content

Commit afd10d1

Browse files
Work on CI workflows and Readme
1 parent ce8f581 commit afd10d1

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.forgejo/workflows/ue-plugin-ci-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
name: UE Package (${{ matrix.os }})
2424
runs-on: [self-hosted, ${{ matrix.runner_label }}]
2525
strategy:
26+
fail-fast: false
2627
matrix:
2728
include:
2829
- os: windows

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ An Unreal Engine 5 plugin that extends ALS-Refactored into a Modular, GAS-based,
113113

114114

115115
# Requirements
116-
- Unreal Engine 5.6.1 or later built from github Source Code
116+
- Unreal Engine 5.7 or later built from github Source Code
117117
- A working UE5 C++ Integrated Developement Environment(IDE)
118118
- Tested: Jetbrains Rider, VS Code, Visual Studio (Windows)
119119
- Untested: XCode (MacOS), Jetbrains Rider, VS Code, Visual Studio (Linux)
@@ -199,7 +199,7 @@ Provided Tests
199199
TODO
200200

201201
## Code Coverage
202-
OpenCodeCoverage will perform Code Coverage analysis and publish and XML file as a Commit Artifact, and can optionally be uploaded to a configured Codecov account.
202+
OpenCodeCoverage will perform Code Coverage analysis and publish and XML file as a Commit Artifact, and can optionally be uploaded to a configured Codecov account. You will need to generate an Access Token from your Codecov account and add it the the workflow YAML files.
203203

204204
# Asset Source Files
205205

0 commit comments

Comments
 (0)