You've already forked AstralRinth
forked from didirus/AstralRinth
Adds code coverage (#757)
* coverage initial push * compiles on PR * adds db env variable * fixed env variables being on the wrong action * added more tests yml code * refresh * tried copying over tests.yml * removed accidental tests * shotgun attempts * generated yml * more tries * shotgun again * small mistakes * repush * repush * Adds env variables to tarp * removes unused actions and tests cfg attribute on main.rs * only will work on push to master * changed to 60% --------- Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
This commit is contained in:
13
.codecov.yml
Normal file
13
.codecov.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
comment: false
|
||||
|
||||
coverage:
|
||||
status:
|
||||
project:
|
||||
default:
|
||||
threshold: 60% # make CI green
|
||||
patch:
|
||||
default:
|
||||
threshold: 60% # make CI green
|
||||
|
||||
ignore: # ignore code coverage on following paths
|
||||
- "**/tests"
|
||||
Reference in New Issue
Block a user