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

chore: enable full test coverage for Windows #206

Merged
merged 11 commits into from
Apr 8, 2024

Commits on Apr 7, 2024

  1. Run tests for Windows

    johnmaguire committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    70337b0 View commit details
    Browse the repository at this point in the history
  2. Fix flaky test

    johnmaguire committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    c8731b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4895451 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28d346b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8e0f70 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e61233b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e5a8fdc View commit details
    Browse the repository at this point in the history
  8. Fix path filter error on Windows

    ```
    restic_test.go:261: failed to list directory: command "C:\\Program Files (x86)/restic/restic-0.16.4.exe ls --json 0bca3b482c620f384eae2ca000f7d5ce212171049e5563dd16bc4591345407d7 C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\TestLs1936002979\\002 --no-cache" failed: exit status 1
        Process STDOUT:
        Fatal: All path filters must be absolute, starting with a forward slash '/'
    ```
    johnmaguire committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    1d4f9c9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bfbef11 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    85674db View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    906c6a7 View commit details
    Browse the repository at this point in the history