Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
Removed local pytest settings from commit
  • Loading branch information
jasonkwok475 committed Nov 14, 2024
1 parent 796cec2 commit 47d5119
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ jobs:
chmod +x codecov
./codecov do-upload -s test_coverage
cd ..
# - run:
# name: Send integ tests to codecov
# command: |
# cd UBCRocketGroundStation
# curl -Os https://cli.codecov.io/v0.4.4/linux/codecov
# chmod +x codecov
# ./codecov -F integration -f test_coverage/integ-test-coverage.xml
# cd ..
workflows:
main:
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ coverage.xml
.hypothesis/
.pytest_cache/

# Local Pytest settings
.vscode/

# Translations
*.mo
*.pot
Expand Down

0 comments on commit 47d5119

Please sign in to comment.