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

Enable CodeQL Reporting #41

Merged
merged 5 commits into from
Aug 7, 2023
Merged

Enable CodeQL Reporting #41

merged 5 commits into from
Aug 7, 2023

Conversation

PSchmiedmayer
Copy link
Member

Enable CodeQL Reporting

♻️ Current situation & Problem

💡 Proposed solution

  • Builds on top of various CI improvements to enable CodeQL reporting for the PAWS app.

Code of Conduct & Contributing Guidelines

By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines:

@PSchmiedmayer PSchmiedmayer self-assigned this Aug 7, 2023
@PSchmiedmayer PSchmiedmayer added the enhancement New feature or request label Aug 7, 2023
@PSchmiedmayer PSchmiedmayer linked an issue Aug 7, 2023 that may be closed by this pull request
1 task
.swiftlint.yml Outdated Show resolved Hide resolved
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@codecov
Copy link

codecov bot commented Aug 7, 2023

Codecov Report

Merging #41 (1093e70) into main (2b96d73) will increase coverage by 1.78%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #41      +/-   ##
==========================================
+ Coverage   61.69%   63.46%   +1.78%     
==========================================
  Files          43       38       -5     
  Lines        1772     1806      +34     
==========================================
+ Hits         1093     1146      +53     
+ Misses        679      660      -19     
Files Changed Coverage Δ
...kDataStorageProvider/MockDataStorageProvider.swift 9.34% <100.00%> (-6.22%) ⬇️
...PAWSOnboardingFlow/AccountSetup/AccountSetup.swift 96.43% <100.00%> (+0.28%) ⬆️
...ces/PAWSOnboardingFlow/AccountSetup/UserView.swift 100.00% <100.00%> (ø)

... and 27 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2b96d73...1093e70. Read the comment docs.

@PSchmiedmayer PSchmiedmayer merged commit 0400734 into main Aug 7, 2023
7 checks passed
@PSchmiedmayer PSchmiedmayer deleted the codeql branch August 7, 2023 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add CodeQL code analysis
2 participants