Skip to content

Commit

Permalink
Cloned anki
Browse files Browse the repository at this point in the history
  • Loading branch information
dhairya-quash committed Dec 4, 2024
0 parents commit 91c2e67
Show file tree
Hide file tree
Showing 3,409 changed files with 407,172 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
26 changes: 26 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# the comments are too noisy to be useful
comment: false

# disable noisy inline-annotations ("Added line [LineNum] was not covered by tests") on PRs (#8296)
# https://docs.codecov.io/docs/github-checks-beta
github_checks:
annotations: false

coverage:
range: "36...100"
status:
project:
default:
# dropping slightly is ok - this stops the check failing on test timing variability
# .12 was observed as the largest variability owing to timing forcing different test branch choice
threshold: 0.15
# BUG: our coverage fluctuates, so codecov marks this as a build failure (#12227)
# stop codecov from failing CI until this is fixed
# https://docs.codecov.com/docs/commit-status#informational
informational: true
patch:
default:
# BUG: our coverage fluctuates, so codecov marks this as a build failure (#12227)
# stop codecov from failing CI until this is fixed
# https://docs.codecov.com/docs/commit-status#informational
informational: true
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[*]
end_of_line = lf

[*.bat]
end_of_line = crlf
Loading

0 comments on commit 91c2e67

Please sign in to comment.