nlohmann / json

JSON for Modern C++
https://json.nlohmann.me
MIT License
41.33k stars 6.58k forks source link

Unit test algo cpp 11 #4210

Open Tomerkm opened 7 months ago

Tomerkm commented 7 months ago

[Describe your pull request here. Please read the text below the line, and make sure you follow the checklist.]

Added the following tests:

  1. fill
  2. fill_n
  3. move
  4. move_backward

Pull request checklist

Read the Contribution Guidelines for detailed information.

Please don't

coveralls commented 7 months ago

Coverage Status

coverage: 100.0%. remained the same when pulling 903cfa7f6799e597bb4c14cf05d174311338e809 on Tomerkm:unit_test_algo_cpp_11 into 6eab7a2b187b10b2494e39c1961750bfd1bda500 on nlohmann:develop.

nlohmann commented 7 months ago

Please update to the latest develop branch - this should fix the CI.