Skip to content

Commit

Permalink
Update .gitignore to include macOS specific files and remove Codecov …
Browse files Browse the repository at this point in the history
…upload step from CI workflow
  • Loading branch information
xinp-hub committed Jan 17, 2025
1 parent 63381df commit be056cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,3 @@ jobs:
- name: Run type checking
run: poetry run mypy pydiggs

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
fail_ci_if_error: true
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,7 @@ ENV/
.mypy_cache/

# IDE settings
.vscode/
.vscode/

# macOS
.DS_Store

0 comments on commit be056cd

Please sign in to comment.