Skip to content
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

Add mutation workflow #293

Merged
merged 3 commits into from
Oct 4, 2022
Merged

Add mutation workflow #293

merged 3 commits into from
Oct 4, 2022

Conversation

Tr00d
Copy link
Contributor

@Tr00d Tr00d commented Oct 4, 2022

Creating a manual workflow in order to run mutation testing analysis on the solution. I decided to keep it manual because this analysis can be a bit slow, hence we can't include it in every build.

Note: I wasn't able to run it yet as the workflow doesn't exist on main. So it's a blind push for now, even though I'm confident.

ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet-core.yml = .github\workflows\dotnet-core.yml
.github\workflows\publish-nuget.yml = .github\workflows\publish-nuget.yml
.github\workflows\release.yml = .github\workflows\release.yml
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

release.yml doesn't actually do anything at the moment, so it's worth deleting. It is supposed to publish the changelog to an older version of the website. For the other repos we've deleted it since it doesn't work.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, I didn't know. I just included them in the solution to make them more "visible".
I'll take a look to that one ^^

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, also publish-nuget.yml probably needs updating, since it's looking for the wrong branch name.

@Tr00d Tr00d merged commit c9cabbf into Vonage:main Oct 4, 2022
@Tr00d Tr00d deleted the add-mutation-workflow branch October 4, 2022 12:25
Tr00d added a commit that referenced this pull request Jan 9, 2023
* Add github workflows in solution

* Create mutation workflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants