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

Replace ConstantsFlags with Config #51

Merged
merged 10 commits into from Feb 26, 2021
Merged

Conversation

CraZySacX
Copy link
Member

@CraZySacX CraZySacX commented Feb 25, 2021

  • Deprecated gen and ConstantsFlags (will remove in version 5).
  • Added Config to control instruction generation. The bitflags were getting out of hand so switching to the Config pattern seemed prudent.
  • Added support for timezone specification on the various date/time outputs (Utc and Local supported).
  • Added support for various date/time/timestamp output combinations to suit different needs.

@codecov
Copy link

codecov bot commented Feb 25, 2021

Codecov Report

Merging #51 (758060f) into master (f49246c) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            master       #51    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           10        10            
  Lines          502       810   +308     
==========================================
+ Hits           502       810   +308     
Impacted Files Coverage Δ
src/constants.rs 100.00% <ø> (ø)
src/feature/mod.rs 100.00% <ø> (ø)
src/lib.rs 100.00% <ø> (ø)
src/config.rs 100.00% <100.00%> (ø)
src/feature/build.rs 100.00% <100.00%> (ø)
src/feature/cargo.rs 100.00% <100.00%> (ø)
src/feature/git.rs 100.00% <100.00%> (ø)
src/feature/rustc.rs 100.00% <100.00%> (ø)
src/gen.rs 100.00% <100.00%> (ø)

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 f49246c...758060f. Read the comment docs.

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