You've already forked AstralRinth
forked from didirus/AstralRinth
* 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>
13 lines
233 B
YAML
13 lines
233 B
YAML
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" |