Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For Docker development, include ./streamlit/config.toml #63

Merged
merged 2 commits into from
Mar 10, 2024

Conversation

AaronCooke2718
Copy link
Collaborator

Fixes #58

Config TOML:

[server]
runOnSave = true
fileWatcherType = "poll"

Copy link

codecov bot commented Mar 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.3%. Comparing base (cde822a) to head (fd38539).
Report is 3 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main     #63   +/-   ##
=====================================
  Coverage   96.3%   96.3%           
=====================================
  Files          5       5           
  Lines        193     193           
  Branches      35      35           
=====================================
  Hits         186     186           
  Misses         5       5           
  Partials       2       2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jvivian jvivian merged commit f4fcfc5 into main Mar 10, 2024
7 checks passed
@jvivian jvivian deleted the AaronCooke2718/issue58 branch March 10, 2024 02:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

For Docker development, include ./streamlit/config.toml
2 participants