Skip to content

Commit 75bb73b

Browse files
committed
💚 Another attempt to fix code coverage on codecov.io
1 parent 8e47a0d commit 75bb73b

3 files changed

Lines changed: 16 additions & 6 deletions

File tree

.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PATH_add bin
1717
### External Testing Controls
1818
export K_SOUP_COV_DO=true # Means you want code coverage
1919
# Available formats are html, xml, rcov, lcov, json, tty
20-
export K_SOUP_COV_COMMAND_NAME="RSpec Coverage"
20+
export K_SOUP_COV_COMMAND_NAME="Test Coverage"
2121
export K_SOUP_COV_FORMATTERS="html,tty"
2222
export K_SOUP_COV_MIN_BRANCH=76 # Means you want to enforce X% branch coverage
2323
export K_SOUP_COV_MIN_LINE=90 # Means you want to enforce X% line coverage

.github/.codecov.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
codecov:
2+
bot: "autobolt"
3+
max_report_age: 24
4+
disable_default_path_fixes: no
5+
require_ci_to_pass: yes
6+
notify:
7+
after_n_builds: 2
8+
wait_for_ci: yes
9+
coverage:
10+
status:
11+
project:
12+
default:
13+
target: 90%
14+
threshold: 1%

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# 🫵 OmniAuth::Identity
1414

15-
[![Version][👽versioni]][👽version] [![License: MIT][📄license-img]][📄license-ref] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![Open Source Helpers][👽oss-helpi]][👽oss-help] [![Depfu][🔑depfui♻️]][🔑depfu] [![Coveralls Test Coverage][🔑coveralls-img]][🔑coveralls] [![QLTY Test Coverage][🔑qlty-covi♻️]][🔑qlty-cov] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![CI Supported][🚎6-s-wfi]][🚎6-s-wf] [![CI Legacy][🚎4-lg-wfi]][🚎4-lg-wf] [![CI Unsupported][🚎7-us-wfi]][🚎7-us-wf] [![CI Ancient][🚎1-an-wfi]][🚎1-an-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf]
15+
[![Version][👽versioni]][👽version] [![License: MIT][📄license-img]][📄license-ref] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![Open Source Helpers][👽oss-helpi]][👽oss-help] [![Depfu][🔑depfui♻️]][🔑depfu] [![Coveralls Test Coverage][🔑coveralls-img]][🔑coveralls] [![CodeCov Test Coverage][🔑codecovi♻️]][🔑codecov] [![QLTY Test Coverage][🔑qlty-covi♻️]][🔑qlty-cov] [![QLTY Maintainability][🔑qlty-mnti♻️]][🔑qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![CI Supported][🚎6-s-wfi]][🚎6-s-wf] [![CI Legacy][🚎4-lg-wfi]][🚎4-lg-wf] [![CI Unsupported][🚎7-us-wfi]][🚎7-us-wf] [![CI Ancient][🚎1-an-wfi]][🚎1-an-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf]
1616

1717
---
1818

@@ -631,8 +631,4 @@ Badges for failing services.
631631
Bug reports filed.
632632
Once fixed, these should look much nicer.
633633

634-
[![QLTY Maintainability][🔑qlty-mnti♻️]][🔑qlty-mnt]
635-
[![CodeCov Test Coverage][🔑codecovi♻️]][🔑codecov]
636-
[![Coverage Graph][🔑codecov-g♻️]][🔑codecov]
637-
638634
</details>

0 commit comments

Comments
 (0)