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

initial work on git2 stuff #34

Merged
merged 71 commits into from Feb 13, 2021
Merged

initial work on git2 stuff #34

merged 71 commits into from Feb 13, 2021

Conversation

CraZySacX
Copy link
Member

@CraZySacX CraZySacX commented Feb 11, 2021

  • Migrate from git commands to git2.
  • Add git, build, and rustc features to allow end users to disable output they may not want.
  • Refactor
  • CI/CD rework to use GitHub Actions and Codecov

@codecov
Copy link

codecov bot commented Feb 12, 2021

Codecov Report

Merging #34 (04aa8ab) into master (8d522db) will increase coverage by 5.38%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #34      +/-   ##
===========================================
+ Coverage   94.61%   100.00%   +5.38%     
===========================================
  Files           3        11       +8     
  Lines         130       492     +362     
===========================================
+ Hits          123       492     +369     
+ Misses          7         0       -7     
Impacted Files Coverage Δ
src/config.rs 100.00% <100.00%> (ø)
src/constants.rs 100.00% <100.00%> (ø)
src/error/codes.rs 100.00% <100.00%> (ø)
src/error/mod.rs 100.00% <100.00%> (ø)
src/error/sources.rs 100.00% <100.00%> (ø)
src/feature/build.rs 100.00% <100.00%> (ø)
src/feature/git.rs 100.00% <100.00%> (ø)
src/feature/mod.rs 100.00% <100.00%> (ø)
src/feature/rustc.rs 100.00% <100.00%> (ø)
src/gen.rs 100.00% <100.00%> (ø)
... and 11 more

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 43a767d...04aa8ab. Read the comment docs.

@CraZySacX CraZySacX merged commit 8e54d0c into master Feb 13, 2021
@CraZySacX CraZySacX deleted the feature/git2 branch February 13, 2021 04:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants