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

unittests - added PERL syntax for editors #1036

Merged
merged 2 commits into from
Nov 23, 2021
Merged

Conversation

HomeAutoUser
Copy link
Contributor

  • Please check if the PR fulfills these requirements
  • Tests for the changes have been added / modified (needed for for bug fixes / features)
  • commandref has been added / updated (needed for bug fixes / features)
  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
  • Bugfix (please link issue)
  • Feature enhancement
  • Documentation update
  • Unittest enhancement
  • other
  • What is the current behavior?
    (You can also link to an open issue here, if this describes the current behavior)

    • some files have no #!/usr/bin/env perl line
      --> some editors do not recognize language
  • What is the new behavior (if this is a feature change)?

    • editors recognize language
      --> simplified representation and thus a better overview
  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

  • Other information:

    • added #!/usr/bin/env perl on some testfiles --> nothing changed in individual tests

 - added #!/usr/bin/env perl on some testfiles
@codecov
Copy link

codecov bot commented Nov 23, 2021

Codecov Report

Merging #1036 (56173b9) into master (48bd9cb) will increase coverage by 0.18%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1036      +/-   ##
==========================================
+ Coverage   60.58%   60.77%   +0.18%     
==========================================
  Files         114      116       +2     
  Lines        8969     8979      +10     
  Branches     1408     1408              
==========================================
+ Hits         5434     5457      +23     
+ Misses       2531     2518      -13     
  Partials     1004     1004              
Flag Coverage Δ
fhem 51.51% <ø> (+0.23%) ⬆️
modules 60.77% <ø> (+0.18%) ⬆️
perl 91.66% <ø> (ø)
unittests 60.77% <ø> (+0.18%) ⬆️

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

Impacted Files Coverage Δ
t/FHEM/00_SIGNALduino/00_limit_subs.t 100.00% <ø> (ø)
t/FHEM/00_SIGNALduino/00_load.t 100.00% <ø> (ø)
...FHEM/00_SIGNALduino/01_SIGNALduino_PatternExists.t 100.00% <ø> (ø)
.../FHEM/00_SIGNALduino/01_SIGNALduino_PrepareFlash.t 100.00% <ø> (ø)
t/FHEM/00_SIGNALduino/01_SIGNALduino_Set_sendMsg.t 100.00% <ø> (ø)
t/FHEM/00_SIGNALduino/01_SIGNALduino_Write.t 100.00% <ø> (ø)
t/FHEM/00_SIGNALduino/01_SIGNALduino_avrdude.t 100.00% <ø> (ø)
t/FHEM/00_SIGNALduino/01_SIGNALduino_logging.t 100.00% <ø> (ø)
...00_SIGNALduino/02_SIGNALduino_CheckCcregResponse.t 100.00% <ø> (ø)
.../FHEM/00_SIGNALduino/02_SIGNALduino_CheckCmdResp.t 100.00% <ø> (ø)
... and 77 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 48bd9cb...56173b9. Read the comment docs.

@HomeAutoUser HomeAutoUser merged commit d01e9cd into master Nov 23, 2021
@HomeAutoUser HomeAutoUser deleted the master_t_PERL_syntax branch November 23, 2021 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants