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

filepath fixes in e2e tests #591

Merged
merged 3 commits into from
Mar 8, 2021

Conversation

patilpankaj212
Copy link
Contributor

  1. filepath fixes for e2e tests
  2. added missing copyright in few files
  3. added more e2e tests for server

@sonarcloud
Copy link

sonarcloud bot commented Mar 8, 2021

Kudos, SonarCloud 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 Mar 8, 2021

Codecov Report

Merging #591 (d407497) into master (71a677f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #591   +/-   ##
=======================================
  Coverage   77.65%   77.65%           
=======================================
  Files         102      102           
  Lines        2524     2524           
=======================================
  Hits         1960     1960           
  Misses        420      420           
  Partials      144      144           

@kanchwala-yusuf kanchwala-yusuf merged commit 4df6ce6 into tenable:master Mar 8, 2021
@@ -53,64 +55,65 @@ var _ = Describe("Help", func() {
Describe("terrascan is run without any command", func() {
It("should print all supported commands and exit with status code 0", func() {
session = helper.RunCommand(terrascanBinaryPath, outWriter, errWriter)
helpUtils.ValidateExitCodeAndOutput(session, helper.ExitCodeZero, "golden/help_command.txt", true)
fmt.Println(filepath.Join("golden", "help_command.txt"))
Copy link
Contributor

Choose a reason for hiding this comment

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

remove this

@patilpankaj212 patilpankaj212 deleted the fix-filepaths branch April 7, 2021 20:51
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.

None yet

3 participants