Skip to content

Commit

Permalink
no codecov on settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvolo committed Feb 28, 2024
1 parent 06300e7 commit bad4412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ ignore:
- "*tests.py"
- 'manage.py'
- '*/migrations/*'
- '*/settings/*'
- '*settings.py'
- '*wsgi.py'
1 change: 1 addition & 0 deletions salesforce/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def __str__(self):
return self.name


# TODO: remove this, use param store instead
class SalesforceSettings(models.Model):
username = models.CharField(max_length=255)
password = models.CharField(max_length=255)
Expand Down

0 comments on commit bad4412

Please sign in to comment.