Skip to content

Migrate CI/CD to GitHub Actions#8

Merged
poxet merged 3 commits into
masterfrom
develop
May 2, 2026
Merged

Migrate CI/CD to GitHub Actions#8
poxet merged 3 commits into
masterfrom
develop

Conversation

@poxet
Copy link
Copy Markdown
Contributor

@poxet poxet commented May 2, 2026

Summary

  • Add .github/workflows/build.yml — matches the Tharga.Runtime/Test template (.NET 8/9/10, CodeQL scan, Codecov, separate stable/prerelease pack steps, MAJOR_MINOR=0.1)
  • Remove azure-pipelines.yml and buildnumber.yml
  • Bump Tharga.Test.Toolkit to 1.14.8

Next published release via GHA will be 0.1.5 (current latest tag: 0.1.4).

Test plan

  • Build clean (10 warnings, under the 15 threshold)
  • All 106 tests pass
  • Verify GHA pipeline runs green on this PR
  • Verify prerelease NuGet package gets published from this PR
  • Disable Azure DevOps pipeline in AzDo UI after merge

poxet added 2 commits May 2, 2026 17:24
- Add .github/workflows/build.yml (MAJOR_MINOR=0.1, .NET 8/9/10, packs Tharga.Communication)
- Includes CodeQL security scan, Codecov upload, prerelease pack-step fix
- Remove azure-pipelines.yml and buildnumber.yml
@github-advanced-security
Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

Eliminates xUnit1051 warnings by passing the test's cancellation token
through SignalR/Task.Delay/StartAsync calls. Build now has 0 warnings.
@codecov
Copy link
Copy Markdown

codecov Bot commented May 2, 2026

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment

Thanks for integrating Codecov - We've got you covered ☂️

@poxet poxet merged commit 343c7e5 into master May 2, 2026
5 of 6 checks passed
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.

2 participants