diff --git a/.ci/coverage.py b/.ci/coverage.py new file mode 100755 index 0000000000..8c17617709 --- /dev/null +++ b/.ci/coverage.py @@ -0,0 +1,14 @@ +#!/usr/bin/env python3 +from lcov_cobertura import LcovCobertura + +LCOV_FILE = 'build/coverage/test-coverage.info' +OUT_FILE = 'build/coverage/test-coverage.xml' + +with open(LCOV_FILE) as fr: + data = fr.read() + +converter = LcovCobertura(data) +res = converter.convert() + +with open(OUT_FILE, 'w') as fw: + fw.write(res) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..75535efd69 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,9 @@ +## Summary +Description of the changes present in this pull request. + +## Test Plan +What was done to test these changes. + +## Issues +Any issues associated with this PR. Use GitHub keywords (i.e. "closes", "resolves", "fixes") with the issue number to automatically close +the issue when this PR is merged. diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000000..308aeb7bf3 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,5 @@ +# Code of Conduct + +Telecom Infra Project has adopted a Code of Conduct that we expect project participants to adhere to. +Please read the [full text](https://code.fb.com/codeofconduct/) +so that you can understand what actions will and will not be tolerated. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..5ef1546f8b --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,24 @@ +# Contributing to OpenCellular +We want to make contributing to this project as easy and transparent as +possible. + +## Pull Requests +We actively welcome your pull requests. + +1. Fork the repo and create your branch from `master`. +2. Make sure all commits are signed and verified. +3. If you've added code that should be tested, add tests. +4. If you've changed APIs, update the documentation. +5. Ensure the test suite passes. +6. Make sure your code lints. + +## Issues +We use GitHub issues to track public bugs. Please ensure your description is +clear and has sufficient instructions to be able to reproduce the issue. + +## Coding Style +See wiki + +## License +By contributing to OpenCellular, you agree that your contributions will be licensed +under the LICENSE file in the root directory of this source tree. diff --git a/README.md b/README.md index fc5387fd77..36b609ef8d 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,10 @@ OpenCellular@fb.com ## Join the OpenCellular community -* Website: oc.telecominfraproject.com -* github: https://github.com/Telecominfraproject/OpenCellular -* Project group: http://telecominfraproject.com/project/access-projects/opencellular-wireless-access-platform-design/ -* Mailing list: +* Website: https://oc.telecominfraproject.com +* GitHub: https://github.com/Telecominfraproject/OpenCellular +* Project group: https://telecominfraproject.com/opencellular-wireless-access-platform-design/ +* Forum: https://ocforum.telecominfraproject.com/ ## License diff --git a/firmware/ec/.cproject b/firmware/ec/.cproject index cfc755074a..752d48023d 100644 --- a/firmware/ec/.cproject +++ b/firmware/ec/.cproject @@ -5,11 +5,12 @@ + - + @@ -76,7 +77,7 @@ @@ -122,11 +123,12 @@ + - + @@ -187,7 +189,7 @@