You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The repository currently includes an AppVeyor configuration file (appveyor.yml), which appears to be used for testing on Windows. However, GitHub Actions is already in use for CI/CD, and Windows-based testing can be integrated into the existing GitHub Actions workflow. Is AppVeyor providing any unique value that GitHub Actions does not?
Proposed Changes
Integrate Windows testing into the GitHub Actions workflow.
Remove the appveyor.yml configuration if it's no longer needed.
Update the README to remove the AppVeyor status badge.
The text was updated successfully, but these errors were encountered:
The repository currently includes an AppVeyor configuration file (
appveyor.yml
), which appears to be used for testing on Windows. However, GitHub Actions is already in use for CI/CD, and Windows-based testing can be integrated into the existing GitHub Actions workflow. Is AppVeyor providing any unique value that GitHub Actions does not?Proposed Changes
appveyor.yml
configuration if it's no longer needed.The text was updated successfully, but these errors were encountered: