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

Documentation #82

Merged
merged 10 commits into from
Jun 9, 2022
Merged

Documentation #82

merged 10 commits into from
Jun 9, 2022

Conversation

bbatsche
Copy link
Owner

@bbatsche bbatsche commented Jun 9, 2022

Move documentation to readthedocs.io (and expand the detail included)
Remove redundant modifiers
Expand File API
Better handling of unsupported modifiers in contain() assertions

bbatsche and others added 7 commits May 25, 2022 10:23
Removed modifiers that didn't do anything
Added methods for comparing file contents to strings
Revert default theme
Refactor constraint factory slightly
Better parameter checking & exceptions
@codecov
Copy link

codecov bot commented Jun 9, 2022

Codecov Report

Merging #82 (3778b9c) into master (ae89436) will decrease coverage by 0.05%.
The diff coverage is 91.01%.

@@             Coverage Diff              @@
##             master      #82      +/-   ##
============================================
- Coverage     92.07%   92.01%   -0.06%     
- Complexity      196      205       +9     
============================================
  Files             6        6              
  Lines           454      476      +22     
============================================
+ Hits            418      438      +20     
- Misses           36       38       +2     
Impacted Files Coverage Δ
src/API/File.php 90.10% <87.50%> (+2.41%) ⬆️
src/Constraint/Factory.php 86.50% <90.38%> (+0.32%) ⬆️
src/API/Base.php 97.61% <95.65%> (-0.84%) ⬇️
src/API/Value.php 93.02% <100.00%> (-0.21%) ⬇️

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 ae89436...3778b9c. Read the comment docs.

This was linked to issues Jun 9, 2022
@bbatsche bbatsche merged commit 0a7de7a into master Jun 9, 2022
@bbatsche bbatsche deleted the documentation branch June 9, 2022 21:25
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.

Document Custom Constraints & Verifiers Update README
1 participant