Skip to content

Commit 041285a

Browse files
authored
add sample readme (#1)
1 parent 8db4757 commit 041285a

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed

LICENSE.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024 Code Climate, Inc
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Qlty Rust Coverage Example
2+
3+
[Qlty](https://example.com) is a Code Health Platform with support for code coverage.
4+
5+
This repository is an example using Qlty to track code coverage for a Kotlin project using Gradle. Coverage data is generated during the [Kotlin](https://kotlinlang.org/) build, and then uploaded to Qlty.
6+
7+
This repository uses [jacoco](https://github.com/jacoco/jacoco) to generate an xml code coverage file.
8+
9+
## Requirements
10+
11+
- Gradle 8.x or above
12+
- Kotlin 1.9.x or above
13+
- Jacoco v0.8.0 or above
14+
- Test run with [gradle test](https://docs.gradle.org/current/userguide/java_testing.html#sec:test_execution) or via your IDE
15+
- An account on Qlty (free for open source)
16+
- `QLTY_COVERAGE_TOKEN` is set as a GitHub Actions [repository secret](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#creating-secrets-for-a-repository)
17+
18+
## Set up
19+
20+
See [`.github/workflows/main.yml`](./.github/workflows/main.yml) in this repository for a basic configuration.
21+
22+
## Documentation
23+
24+
- [Advanced code coverage configuration](https://example.com)
25+
- [Alternative supported CI providers](https://example.com)
26+
27+
## Help and feedback
28+
29+
Join the our [Slack Community](https://example.com) for help and to provide feedback that we'll use to improve Qlty.
30+
31+
## License
32+
33+
[MIT License](./LICENSE.md)

0 commit comments

Comments
 (0)