mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-06 01:15:42 -06:00
The coverage workflow was failing on Dependabot PRs because COVERALLS_REPO_TOKEN is not available to PRs from forks for security reasons. Add a conditional check to skip the upload step when the token is missing, while still running coverage generation. This allows PRs to pass CI while retaining coverage reports on master.