Skip to content

Commit

Permalink
Merge pull request #19 from Sha-yol/fix-example-env
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
adyanth authored Oct 22, 2024
2 parents 4333816 + b5b62d7 commit 6caefef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SPLITWISE_TOKEN=123
FIREFLY_URL=https://your.firefly.url:8080
FIREFLY_TOKEN=ABC
FIREFLY_DEFAULT_SPEND_ACCOUNT=American Express
FIREFLY_DEFAULT_TRXFER_ACCOUNT=Charles Schwab
FIREFLY_DEFAULT_TRXFR_ACCOUNT=Charles Schwab
FIREFLY_DEFAULT_CATEGORY=Groceries
FIREFLY_DRY_RUN=true
SPLITWISE_DAYS=1
Expand Down

2 comments on commit 6caefef

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
main.py1985771%93, 97, 104, 108, 112, 127, 137, 149, 175–178, 232–233, 235–236, 238–239, 242–245, 247–248, 250, 253, 255–258, 260–261, 271, 276–279, 281–282, 301, 303, 340, 361–364, 402, 406, 409, 411, 413–416, 418–419, 421
TOTAL1985771% 

Tests Skipped Failures Errors Time
16 0 💤 0 ❌ 0 🔥 0.610s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
main.py1985771%93, 97, 104, 108, 112, 127, 137, 149, 175–178, 232–233, 235–236, 238–239, 242–245, 247–248, 250, 253, 255–258, 260–261, 271, 276–279, 281–282, 301, 303, 340, 361–364, 402, 406, 409, 411, 413–416, 418–419, 421
TOTAL1985771% 

Tests Skipped Failures Errors Time
16 0 💤 0 ❌ 0 🔥 2.394s ⏱️

Please sign in to comment.