Commit graph

8 commits

Author SHA1 Message Date
MiscFrizzy
861bedcf43 feat(ci): Add support for version tagging in Docker build workflow
- Updated the build workflow to trigger on version tags (e.g., v1.0.0) pushed to the main branch.
- Configured the Docker image to be tagged with the version and pushed to the GitHub Container Registry.
- Ensured that the workflow continues to build on pushes to the develop branch and supports manual triggering.
2025-04-07 07:06:15 -04:00
MiscFrizzy
24d0601168 feat(docs): Add badges for version, dependencies, and license to README.md
- Added a version badge to indicate the current version of the project.
- Included a dependencies badge to show the status of project dependencies.
- Added a license badge to clarify the licensing of the project.

chore(ci): Update test workflow to improve coverage reporting

- Updated the test.yml workflow to include coverage reporting using Codecov.
- Ensured that the workflow runs on pushes and pull requests to main and develop branches.
2025-04-07 06:38:22 -04:00
MiscFrizzy
319f1071bf feat(ci): Add GitHub Actions workflows for test automation and status badges
Add comprehensive test automation setup with GitHub Actions:
- Create test.yml for running tests on main/develop branches
- Add pr-test.yml for PR validation with test results comments
- Add update-badges.yml for dynamic test status badge updates
- Configure code coverage reporting with Codecov integration

Documentation:
- Add BADGE_SETUP.md with instructions for configuring test status badges
- Add WORKFLOWS_GUIDE.md explaining CI/CD workflow setup
- Update README.md with build and test status badges

Test Framework:
- Configure test project to use .NET 9.0
- Set up test coverage reporting with coverlet
- Add integration tests with WireMock for API mocking
- Add unit tests for configuration and HTTP client components
- Document testing strategy in TestingStrategy.md

Build:
- Add Dockerfile.test for containerized testing
- Update .gitignore for test artifacts
- Configure test dependencies in VRCAuthProxy.Tests.csproj

This change enables automated testing on PRs and branches, with visual status indicators and detailed test results in PR comments.
2025-04-07 06:30:31 -04:00
7152c90d96 pridevrcommunity > pridevrinc 2025-02-22 12:56:26 -05:00
dc9dc182c9 forgot i changed dockerfile path 2025-01-10 13:52:27 -05:00
1edb1dc835 mispelled vrcauthproxy 2024-11-11 14:22:32 -05:00
d39b5528ef fix build.ymlll 2024-11-11 14:19:30 -05:00
22c2de9cc6 Initial Commit 2024-11-11 14:15:51 -05:00