hello-world-test-rust 0.1.0

Hello world test pkg.
1
2
3
4
5
6
# Learn more about Microsoft's code coverage adoption and get support at https://www.aka.ms/codecoveragetsg
coverage:
  status:            # Code coverage status will be posted to pull requests based on targets defined below.
    comments: on     # When on, details about coverage for each file changed will be posted as a pull request comment. 
    diff:            # Diff coverage is code coverage only for the lines changed in a pull request.
      target: 50%    # The threshold for differential code coverage requirements.