Closed aadibajpai closed 3 years ago
Merging #69 into master will increase coverage by
0.09%
. The diff coverage is0.00%
.
@@ Coverage Diff @@
## master #69 +/- ##
==========================================
+ Coverage 28.61% 28.70% +0.09%
==========================================
Files 9 9
Lines 311 310 -1
==========================================
Hits 89 89
+ Misses 222 221 -1
Impacted Files | Coverage Δ | |
---|---|---|
SwagLyricsBot/__init__.py | 78.26% <ø> (ø) |
|
SwagLyricsBot/general_commands.py | 41.93% <ø> (ø) |
|
SwagLyricsBot/swaglyrics_bot.py | 0.00% <0.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 5e7e69b...54a2d20. Read the comment docs.
Good, it works
Allows for both .env file and also just setting up the environment variable. Simplifies the code a bit too.
Updated the message in the init with the new delimiter.
Blackening.