Skip to content

Commit

Permalink
Merge pull request #3 from Bchass/codecov_v2
Browse files Browse the repository at this point in the history
ignore tests and other configs
  • Loading branch information
Bchass authored May 27, 2024
2 parents b280d52 + e7ada37 commit 36441e4
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 51 deletions.
5 changes: 5 additions & 0 deletions .codecov.yml
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
16 changes: 16 additions & 0 deletions .github/pull_request_template.md
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.]
30 changes: 0 additions & 30 deletions .github/workflows/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
pip install flake8
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
Expand Down

0 comments on commit 36441e4

Please sign in to comment.