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

GitHub Actions CI #224

Merged
merged 7 commits into from
Apr 12, 2020
Merged

GitHub Actions CI #224

merged 7 commits into from
Apr 12, 2020

Conversation

martincostello
Copy link
Owner

  • Switch to GitHub Actions for CI.
  • Support PowerShell Core for building on non-Windows platforms.
  • Add support for deterministic builds in the future.
  • Skip sample test on non-Windows platforms.
  • Update README copyright year.

Make the name of the build script lowercase.
Update the copyright year and the platform wording.
Set executable bit for Linux and macOS.
Support executing the script on non-Windows platforms with PowerShell Core.
Use GitHub Actions for CI and remove existing CI providers.
Skip the sample's unit test if not running on Windows.
Add a reason for the test being skipped.
@martincostello martincostello added this to the Future milestone Apr 12, 2020
@martincostello martincostello self-assigned this Apr 12, 2020
@codecov
Copy link

codecov bot commented Apr 12, 2020

Codecov Report

Merging #224 into master will increase coverage by 0.46%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #224      +/-   ##
==========================================
+ Coverage   93.54%   94.01%   +0.46%     
==========================================
  Files          22       22              
  Lines        1703     1703              
==========================================
+ Hits         1593     1601       +8     
+ Misses        110      102       -8     
Flag Coverage Δ
#linux 57.72% <ø> (-1.92%) ⬇️
#macos 57.72% <ø> (?)
#osx ?
#windows 93.48% <ø> (+0.41%) ⬆️
Impacted Files Coverage Δ
src/SqlLocalDb/TemporarySqlLocalDbInstance.cs 96.42% <0.00%> (-2.39%) ⬇️
src/SqlLocalDb/Interop/LocalDbInstanceApi.cs 89.80% <0.00%> (-0.79%) ⬇️
src/SqlLocalDb/ILoggerExtensions.cs 95.45% <0.00%> (+0.45%) ⬆️
src/SqlLocalDb/SR.Designer.cs 89.89% <0.00%> (+1.01%) ⬆️
src/SqlLocalDb/SqlLocalDbApi.cs 91.06% <0.00%> (+1.96%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ddbec84...dab5aa1. Read the comment docs.

@martincostello martincostello merged commit 105a68e into master Apr 12, 2020
@martincostello martincostello deleted the GitHub-Actions branch April 12, 2020 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant