diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-04-11 05:39:45 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-11 05:39:45 +0800 |
commit | 76bb647d2437dbdea86ac1a0caf5d768ab924e18 (patch) | |
tree | 94a59406f014521d17e662ba4dcf2545b6d3a5ff /codecov.yml | |
parent | e077ecdd9d95ecb76d91105b3858ee48d52c0cc2 (diff) |
db: add tests for permissions (#6088)
* Add flag to print SQLs
* Add tests for perms
* Make results stable
* codecov: only show diff
* Once again, stable find results
Diffstat (limited to 'codecov.yml')
-rw-r--r-- | codecov.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codecov.yml b/codecov.yml index fc947f23..31f646ee 100644 --- a/codecov.yml +++ b/codecov.yml @@ -6,4 +6,4 @@ coverage: threshold: 1% comment: - layout: 'diff, files' + layout: 'diff' |