Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Update tool chain #1136

Merged
merged 1 commit into from
Mar 9, 2022
Merged

Update tool chain #1136

merged 1 commit into from
Mar 9, 2022

Conversation

hermanventer
Copy link
Contributor

Description

Update tool chain

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • API change with a documentation update
  • Additional test coverage
  • Code cleanup or just keeping up with the latest Rustc nightly

How Has This Been Tested?

./validate.sh

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Mar 7, 2022
@codecov
Copy link

codecov bot commented Mar 7, 2022

Codecov Report

Merging #1136 (260568c) into main (4fe7492) will increase coverage by 0%.
The diff coverage is 69%.

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #1136   +/-   ##
=====================================
  Coverage     77%     77%           
=====================================
  Files         23      23           
  Lines      16086   16054   -32     
=====================================
+ Hits       12499   12519   +20     
+ Misses      3587    3535   -52     
Impacted Files Coverage Δ
checker/src/constant_domain.rs 58% <ø> (+<1%) ⬆️
checker/src/call_visitor.rs 81% <30%> (+<1%) ⬆️
checker/src/crate_visitor.rs 74% <45%> (ø)
checker/src/block_visitor.rs 81% <53%> (+2%) ⬆️
checker/src/options.rs 78% <74%> (+<1%) ⬆️
checker/src/body_visitor.rs 88% <76%> (-1%) ⬇️
checker/src/type_visitor.rs 74% <83%> (-1%) ⬇️
checker/src/utils.rs 86% <100%> (+<1%) ⬆️
checker/src/interval_domain.rs 82% <0%> (-3%) ⬇️
... and 6 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 1793fa6...260568c. Read the comment docs.

@hermanventer hermanventer merged commit ffc44fc into main Mar 9, 2022
@hermanventer hermanventer deleted the toolchain branch March 9, 2022 20:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants