Uninett / zino

Zino 2.0 - Network state monitor for research networks
Apache License 2.0
3 stars 4 forks source link

Switch from super linter to mega linter #196

Closed johannaengland closed 1 month ago

johannaengland commented 3 months ago

As mentioned in #10. Reverts #170.

More info to the configuration of MegaLinter can be found here: https://megalinter.io/latest/configuration/ For example that DEFAULT_BRANCH has been deprecated.

github-actions[bot] commented 3 months ago

Test results

    3 files      3 suites   47s :stopwatch: 315 tests 315 :heavy_check_mark: 0 :zzz: 0 :x: 945 runs  943 :heavy_check_mark: 2 :zzz: 0 :x:

Results for commit 774a4d6e.

:recycle: This comment has been updated with latest results.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.97%. Comparing base (5805c67) to head (774a4d6).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #196 +/- ## ========================================== - Coverage 98.97% 98.97% -0.00% ========================================== Files 47 47 Lines 6532 6531 -1 ========================================== - Hits 6465 6464 -1 Misses 67 67 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

lunkwill42 commented 3 months ago

The "Reformat with black" commit needs to be added to the git ignore revs file after merging this PR.

IMHO, its better to add this commit as part of this PR

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

johannaengland commented 1 month ago

I am uncertain currently if it will be possible for MegaLinter to comments a summary to a PR if that PR is coming from a fork. I think we will have to see what happens when this PR is merged.