We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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):
Additional context
The text was updated successfully, but these errors were encountered:
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
--version 3706fd9aa1578e4675c44a91385ae673b9ec10ad
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
Sorry, something went wrong.
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!
MutationTests
No branches or pull requests
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):
Additional context
The text was updated successfully, but these errors were encountered: