ci: publish code coverage reports

This commit is contained in:
sebthom
2025-05-15 22:13:38 +02:00
parent 83c0d6adf0
commit 23910ffbf5
4 changed files with 47 additions and 1 deletions

12
codecov.yml Normal file
View File

@@ -0,0 +1,12 @@
# https://docs.codecov.com/docs/codecovyml-reference
# https://json.schemastore.org/codecov.json
codecov:
branch: main
require_ci_to_pass: true
notify:
wait_for_ci: true
coverage:
precision: 2
round: down
range: "65...100"