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

Ensure earlier termination if specified config.yaml not found #130

Merged
merged 2 commits into from
Nov 23, 2021

Conversation

kzscisoft
Copy link
Collaborator

This stops the session generating a default config if one is already specified but does not exist.

@kzscisoft kzscisoft added the bug Something isn't working label Nov 19, 2021
@sonarcloud
Copy link

sonarcloud bot commented Nov 19, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov
Copy link

codecov bot commented Nov 19, 2021

Codecov Report

Merging #130 (64be353) into main (b214da5) will decrease coverage by 0.03%.
The diff coverage is 75.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #130      +/-   ##
==========================================
- Coverage   72.99%   72.96%   -0.04%     
==========================================
  Files          23       23              
  Lines        2885     2889       +4     
==========================================
+ Hits         2106     2108       +2     
- Misses        779      781       +2     
Impacted Files Coverage Δ
fair/session.py 63.97% <50.00%> (-0.09%) ⬇️
fair/cli.py 54.63% <100.00%> (+0.29%) ⬆️
fair/common.py 96.96% <0.00%> (-1.52%) ⬇️

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 b214da5...64be353. Read the comment docs.

@kzscisoft kzscisoft merged commit 3aba6cf into main Nov 23, 2021
@kzscisoft kzscisoft deleted the hotfix/stop-early-if-config-not-found branch November 23, 2021 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant