mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #62] [MERGED] Fix windows compilation and testing #283
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/bootandy/dust/pull/62
Author: @rivy
Created: 1/22/2020
Status: ✅ Merged
Merged: 2/3/2020
Merged by: @bootandy
Base:
master← Head:add.gha📝 Commits (10+)
1851013Maint/CI ~ add GitHub-Actions CI (aka GHA)7c34389Fix ~ improve portability of path manipulation416ad51Tests ~ fix windows testing684994eTests ~ disable two symlink tests which may not be possible on 'windows'5ac1688Tests ~ temporarily disable tests which vary by 'windows' hosts0898ee6Maint/CI ~ temporarily disable non-workingcargo tarpaulintest coverage26ef8c3Tests ~ add test case to 'Fix ~ improve portability of path manipulation'affafccTests ~ simplify by ignoring instead of skipping tests for 'Tests ~ temporarily disable tests which vary by 'windows' hosts'1af6e1fTests ~ simplify by ignoring instead of skipping tests for 'Tests ~ disable two symlink tests which may not be possible on 'windows''7a38a26Fix ~ (WinAPI) must useHandle::from_path_any()if target path might be a directory📊 Changes
5 files changed (+438 additions, -19 deletions)
View changed files
➕
.github/workflows/CICD.yml(+286 -0)📝
src/display.rs(+4 -1)📝
src/tests.rs(+79 -0)📝
src/utils/mod.rs(+67 -16)📝
src/utils/platform.rs(+2 -2)📄 Description
cargo tarpaulininability to handle test coverage (use alternate framework?)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.