Actions
action #88594
closedcoordination #80142: [saga][epic] Scale out: Redundant/load-balancing deployments of openQA, easy containers, containers on kubernetes
coordination #55364: [epic] Let's make codecov reports reliable
codecov reports for individual files yield "forbidden" and files can not be shown
Description
Observation¶
Following the file and folder tree view in https://codecov.io/gh/os-autoinst/openQA does not show file reports anymore but instead messages like "GitHub API: Forbidden Is the path t/33-developer_mode.t a relative path in your repository?" pointing to https://docs.codecov.io/docs/fixing-paths
Steps to reproduce¶
- go to https://codecov.io/gh/os-autoinst/openQA/tree/master
- follow links to individual files, e.g. https://codecov.io/gh/os-autoinst/openQA/src/master/lib/OpenQA.pm
- observe error message
Acceptance criteria¶
- AC1: Individual file reports can be shown again
- AC2: No need to hardcode multiple individual folder or file paths in any config fules
Suggestions¶
Maybe something changed on codecov side or we changed something in how we generate reports and we need to change something. Maybe it's enough to just add
fixes:
- "/home/circleci/openQA::"
in codecov.yml
Actions