Skip to content

Dashboard report URI is not printed to console in some cases #3227

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
candoumbe opened this issue Apr 10, 2025 · 2 comments
Open

Dashboard report URI is not printed to console in some cases #3227

candoumbe opened this issue Apr 10, 2025 · 2 comments
Labels
🐛 Bug Something isn't working

Comments

@candoumbe
Copy link

Describe the bug
Hi everyone !
I'm having trouble with the dashboard to access reports of my project :

It seems like I'm doing everything correctly but still, I don't see any report when going to https://dashboard.stryker-mutator.io/reports/github.com/candoumbe/Candoumbe.Types/develop but when going to https://dashboard.stryker-mutator.io/reports/github.com/candoumbe/Candoumbe.Types/baseline/develop?module=Candoumbe.Types.Calendar#mutant I see the report.

So the badge on my README package is not up to date with the mutation coverage percentage and the link to the dashboard does not work

Logs
The pipeline full log : https://github.com/candoumbe/Candoumbe.Types/actions/runs/14346905714/job/40218339518 (with the mutation testing part starting here

Expected behavior
The report is sent to stryker dashboard and is available at https://dashboard.stryker-mutator.io/reports/github.com/candoumbe/Candoumbe.Types/develop

Desktop (please complete the following information):

  • OS: [e.g. Windows] : Ubuntu 22.04
  • Type of project [framework, core, xamarin] : net8.0
  • Framework Version [e.g. core 2.2]
  • Stryker Version [e.g. beta 0.10.0] : 4.5.1

Additional context

@candoumbe candoumbe added the 🐛 Bug Something isn't working label Apr 10, 2025
@rouke-broersma
Copy link
Member

rouke-broersma commented Apr 11, 2025

Hi @candoumbe

I looked into this more closely and I noticed that you set your version to --version 3706fd9aa1578e4675c44a91385ae673b9ec10ad. The version param is the version used for the report. Your report is visible here: https://dashboard.stryker-mutator.io/reports/github.com/candoumbe/Candoumbe.Types/3706fd9aa1578e4675c44a91385ae673b9ec10ad#mutant

That does not explain why the report URI is not printed to the console, but it does explain why https://dashboard.stryker-mutator.io/reports/github.com/candoumbe/Candoumbe.Types/develop has no results.

See: https://stryker-mutator.io/docs/stryker-net/configuration/#project-infoversion-committish

@rouke-broersma rouke-broersma changed the title CLI does not send dashboard reports Dashboard report URI is not printed to console in some cases Apr 11, 2025
@candoumbe
Copy link
Author

candoumbe commented Apr 11, 2025

Hi @rouke-broersma

Hi @candoumbe

I looked into this more closely and I noticed that you set your version to --version 3706fd9aa1578e4675c44a91385ae673b9ec10ad. The version param is the version used for the report. Your report is visible here: https://dashboard.stryker-mutator.io/reports/github.com/candoumbe/Candoumbe.Types/3706fd9aa1578e4675c44a91385ae673b9ec10ad#mutant

That does not explain why the report URI is not printed to the console, but it does explain why https://dashboard.stryker-mutator.io/reports/github.com/candoumbe/Candoumbe.Types/develop has no results.

See: https://stryker-mutator.io/docs/stryker-net/configuration/#project-infoversion-committish

Many thanks !!!
I'll update my pipeline to fix that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants