forked from wadetb/tinynumpy
-
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.
Merge pull request #3 from Bchass/codecov_v2
ignore tests and other configs
- Loading branch information
Showing
5 changed files
with
22 additions
and
51 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
ignore: | ||
- "tinynumpy/tests/*" # Ignore files in the tests directory | ||
|
||
range: 70..90 # First number represents red, and second represents green | ||
round: down # up, down, or nearest |
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 @@ | ||
## Description | ||
[Explain the changes you've made and why they are necessary. If it fixes any issues, mention them here. Link with a keyword.] | ||
|
||
## Related Issue | ||
[If there's an existing issue related to this pull request, please reference it here.] | ||
|
||
## Checklist | ||
- [ ] I have read the CONTRIBUTING document. | ||
- [ ] My code follows the code style of this project. | ||
- [ ] My changes pass all existing automated tests. | ||
- [ ] I have added tests to cover my changes. | ||
- [ ] All new and existing tests passed. | ||
- [ ] I have updated the documentation accordingly. | ||
|
||
## Additional Notes | ||
[Any additional information or context about the changes you've made.] |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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