-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Crypto List): Refreshable crypto list (#4)
* feat(Crypto list): Retrieve top list cryptos * Add tests * feat(Crypto List): Add loading, error and refresh to view * Create codecov.yml * Update codecov.yml
- Loading branch information
1 parent
2ea3ba6
commit 904d37a
Showing
3 changed files
with
57 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Refs: | ||
# - https://docs.codecov.com/docs/common-recipe-list | ||
# - https://docs.codecov.com/docs/codecovyml-reference | ||
# | ||
# After making changes, run below command to validate | ||
# curl --data-binary @codecov.yml https://codecov.io/validate | ||
coverage: | ||
status: | ||
project: | ||
default: | ||
target: 80% | ||
threshold: 1% | ||
patch: | ||
default: | ||
target: 60% | ||
threshold: 1% |