sclorg / testing-farm-as-github-action

GitHub Action to execute tests by Testing Farm and update Pull Request status
MIT License
13 stars 11 forks source link

Fix link in case of private #205

Closed phracek closed 2 months ago

phracek commented 2 months ago

This pull request fixes error in case of private ranch is used.

See https://github.com/sclorg/s2i-nodejs-container/pull/437

Job is here: https://github.com/sclorg/s2i-nodejs-container/actions/runs/9774050635/job/26981493749

At the end is:

     timeout: 480
    tmt_path: .
Notice: Testing Farm logs: http://artifacts.osci.redhat.com/testing-farm/79ec2117-69cb-40f9-b3ee-d9b18740ccdf
Error: "<html>\r\n<head><title>502 Bad Gateway</title></head>\r\n<body>\r\n<center><h1>502 Bad Gateway</h1></center>\r\n<hr><center>nginx/1.20.0</center>\r\n</body>\r\n</html>\r\n"

But the tests are here and passed: https://artifacts.osci.redhat.com/testing-farm/79ec2117-69cb-40f9-b3ee-d9b18740ccdf/

phracek commented 2 months ago

[test]

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.38%. Comparing base (a21f980) to head (525373c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #205 +/- ## ======================================= Coverage 88.38% 88.38% ======================================= Files 10 10 Lines 689 689 Branches 73 73 ======================================= Hits 609 609 Misses 78 78 Partials 2 2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

phracek commented 2 months ago

@jamacku PTAL. Thanks.