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

Implement file read function #1764

Merged
merged 1 commit into from
May 18, 2023
Merged

Implement file read function #1764

merged 1 commit into from
May 18, 2023

Conversation

andrewdavidmackenzie
Copy link
Owner

Fixes #1719

@codecov
Copy link

codecov bot commented May 17, 2023

Codecov Report

Merging #1764 (611e64c) into master (28b44b2) will increase coverage by 0%.
The diff coverage is 93%.

@@          Coverage Diff           @@
##           master   #1764   +/-   ##
======================================
  Coverage      90%     90%           
======================================
  Files         106     107    +1     
  Lines       16144   16191   +47     
======================================
+ Hits        14539   14584   +45     
- Misses       1605    1607    +2     
Impacted Files Coverage Δ
flowr/src/cli/coordinator_message.rs 28% <ø> (ø)
flowr/src/cli/cli_client.rs 85% <50%> (ø)
flowr/src/cli/file/file_read.rs 95% <95%> (ø)
flowr/src/cli/mod.rs 100% <100%> (ø)

@andrewdavidmackenzie andrewdavidmackenzie merged commit 2ca91f1 into master May 18, 2023
@andrewdavidmackenzie andrewdavidmackenzie deleted the file_read branch May 18, 2023 08:12
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.

Add a file read function that uses existing message
1 participant