Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Improve mira test coverage #50

Closed
wants to merge 1 commit into from
Closed

Conversation

thiagokroger
Copy link
Contributor

Getting 100% on existing test files

image

@@ -135,9 +135,7 @@ export default class MiraConfig {
const envData: EnvData = loadEnvironment(envKey)
return massageEnvData(envData, false)
})
if (!config.get('cicd.buildspec_file')) {
throw new Error('Missing config.cicd.buildspec_file')
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This line will never be executed because the check is already being made on line 105

@thiagokroger thiagokroger force-pushed the improve-mira-test-coverage branch 6 times, most recently from f097a57 to 5f60ca7 Compare July 21, 2020 22:45
@thiagokroger
Copy link
Contributor Author

@irelandm this is ready for review, we can count on it to be fixing just the existing test files, and we can threat new files in new issues like that #53

@irelandm
Copy link
Collaborator

Part of #19

Copy link
Contributor

@nigelhanlon nigelhanlon left a comment

Choose a reason for hiding this comment

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

Looks good to me 👍

Copy link
Collaborator

@irelandm irelandm left a comment

Choose a reason for hiding this comment

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

Just need to fix the problem with permissions error depending on developer setup, as discussed online

@thiagokroger thiagokroger deleted the improve-mira-test-coverage branch July 27, 2020 22:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants