ritchie-cli icon indicating copy to clipboard operation
ritchie-cli copied to clipboard

Test/credential error cases

Open dittrichlucas opened this issue 2 years ago • 1 comments

Description

This PR adds the error test cases to the credential commands.

Close #980

How to verify it

Checking the credential command test workflow.

Changelog

Add error test cases to credential commands


This pull request generated the following artifacts.

To test the health and quality of this implementation, download the respective binary for your operating system, unzip and directly run the binary like the examples below.

  • Windows Download the file: rit-windows.zip Unzip to some folder like: C:\home\user\downloads\pr1053 Access the folder: cd C:\home\user\downloads\pr1053 Directly call the binary: .\rit.exe --version or .\rit.exe name of formula

  • Linux Download the file: rit-linux.zip Unzip to some folder like: /home/user/downloads/pr1053 Access the folder: cd /home/user/downloads/pr1053 Assign execute permission to binary: chmod +x ./rit Directly call the binary: ./rit --version or ./rit name of formula

  • MacOS Download the file: rit-macos.zip Unzip to some folder like: /home/user/downloads/pr1053 Access the folder: cd /home/user/downloads/pr1053 Assign execute permission to binary: chmod +x ./rit Directly call the binary: ./rit --version or ./rit name of formula

Generated at Thu Oct 28 2021 02:55:38 GMT+0000 (Coordinated Universal Time)

dittrichlucas avatar Oct 28 '21 02:10 dittrichlucas

Codecov Report

Merging #1053 (55b6950) into main (5580033) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1053   +/-   ##
=======================================
  Coverage   84.10%   84.10%           
=======================================
  Files         123      123           
  Lines        4982     4982           
=======================================
  Hits         4190     4190           
  Misses        518      518           
  Partials      274      274           
Flag Coverage Δ
unittests 84.10% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 5580033...55b6950. Read the comment docs.

codecov-commenter avatar Oct 28 '21 02:10 codecov-commenter