Add Codecov to GitHub actions

This commit is contained in:
Sebastian Serth
2023-03-31 16:54:41 +02:00
committed by Sebastian Serth
parent a720553dd1
commit 5c2b53f4bc
4 changed files with 57 additions and 7 deletions

3
.gitignore vendored
View File

@ -16,6 +16,9 @@ tests/e2e/configuration.yaml
# trivy artifacts
.trivy
# coverage reports
/coverage
# IDE files
/.idea
*.iml