fireblade-engine / ecs

A dependency free, lightweight, fast Entity-Component System (ECS) implementation in Swift
MIT License
110 stars 11 forks source link

Add support for fork PR workflows #71

Closed ctreffs closed 2 weeks ago

ctreffs commented 2 weeks ago

Description

If the job as access to secrets.* code coverage is generated and updated as seen here: https://github.com/fireblade-engine/ecs/actions/runs/11270655550/job/31341844789

if the job does not have access to secrets.* code coverage is skipped as can be seen here: https://github.com/fireblade-engine/ecs/actions/runs/11270558859/job/31341683160

This was tested with PR #72 and the current PR #71

Checklist