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

MM-35518 - Add CodeQL check #77

Merged
merged 1 commit into from May 12, 2021
Merged

MM-35518 - Add CodeQL check #77

merged 1 commit into from May 12, 2021

Conversation

srkgupta
Copy link
Contributor

Summary

Added step to run automated CodeQL checks. Once this file is merged, the codeql checks (code scanning checks) will automatically be performed on following conditions:

  • new pull requests to master branch
  • scheduled to run every week once (it automatically pulls the latest codeql checks added, if any)

Ticket Link

Fixes https://mattermost.atlassian.net/browse/MM-35518

@srkgupta srkgupta requested a review from jfrerich as a code owner May 10, 2021 11:40
@srkgupta srkgupta self-assigned this May 10, 2021
@srkgupta srkgupta requested a review from larkox May 10, 2021 11:40
@codecov
Copy link

codecov bot commented May 10, 2021

Codecov Report

Merging #77 (d8d4c73) into master (cc1317a) will decrease coverage by 0.63%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #77      +/-   ##
==========================================
- Coverage   26.03%   25.39%   -0.64%     
==========================================
  Files           7        7              
  Lines         315      315              
==========================================
- Hits           82       80       -2     
- Misses        216      217       +1     
- Partials       17       18       +1     
Impacted Files Coverage Δ
server/utils.go 87.87% <0.00%> (-6.07%) ⬇️

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 cc1317a...d8d4c73. Read the comment docs.

@srkgupta srkgupta requested review from jfrerich and removed request for jfrerich May 10, 2021 12:00
@hanzei hanzei added the 4: Reviews Complete All reviewers have approved the pull request label May 10, 2021
@hanzei hanzei added this to the v0.3.0 milestone May 10, 2021
@srkgupta srkgupta merged commit 2f22484 into master May 12, 2021
@srkgupta srkgupta deleted the codeql branch May 12, 2021 04:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4: Reviews Complete All reviewers have approved the pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants