Skip to content

Commit

Permalink
Update test.yml trigger and add .coverage to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Wesley van Lee committed Oct 4, 2024
1 parent 8afe010 commit f363bf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test
on:
push:
branches:
- master
- main
pull_request:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
.gitignore
.tox
.ruff_cache
.pytest_cache
.coverage

__pycache__
build
Expand Down

0 comments on commit f363bf0

Please sign in to comment.