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

Remove Linter Message Unknown Header #104

Conversation

franziska-wegner
Copy link
Owner

@franziska-wegner franziska-wegner commented Jan 7, 2024

Add project build to the linter process to make header known for the linter.

The linter has still issues to find the QDebug and QFile. Further, investigation is necessary.

@franziska-wegner franziska-wegner added bug Something isn't working CI/CD Changes in the CI process labels Jan 7, 2024
@franziska-wegner franziska-wegner self-assigned this Jan 7, 2024
Copy link

codecov bot commented Jan 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (33593b5) 94.57% compared to head (6bbf178) 94.57%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #104   +/-   ##
=======================================
  Coverage   94.57%   94.57%           
=======================================
  Files          55       55           
  Lines        5049     5049           
=======================================
  Hits         4775     4775           
  Misses        274      274           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@franziska-wegner franziska-wegner force-pushed the franziska-wegner/2024/january/CI/remove-unknown-include-from-linter-messages branch from ce0f452 to c429a7c Compare January 7, 2024 14:04
@@ -122,6 +132,8 @@ jobs:
files-changed-only: false
lines-changed-only: false
no-lgtm: false
repo-root: ${{ github.workspace }}
extra-args: "-I./include -I./tests -I${{ steps.strings.outputs.google-test-dir }}/googletest/include -I${{ steps.strings.outputs.github.workspace }}/googletest -I${{ steps.strings.outputs.google-test-dir }}/googlemock/include -I${{ steps.strings.outputs.google-test-dir }}/googlemock -isystem ${{ steps.strings.outputs.qt-include-dir }}/QtCore -isystem ${{ steps.strings.outputs.qt-include-dir }} -isystem ${{ steps.strings.outputs.qt-main-dir }}/mkspecs/linux-g++ -isystem ${{ steps.strings.outputs.qt-include-dir }}/QtQuick -isystem ${{ steps.strings.outputs.qt-include-dir }}/QtGui -isystem ${{ steps.strings.outputs.qt-include-dir }}/QtQml -isystem ${{ steps.strings.outputs.qt-include-dir }}/QtNetwork -isystem ${{ steps.strings.outputs.qt-include-dir }}/QtQmlModels -isystem ${{ steps.strings.outputs.qt-include-dir }}/QtOpenGL -isystem ${{ steps.strings.outputs.qt-include-dir }}/QtWidgets -I${{ steps.strings.outputs.qt-lib-dir }}/QtCore.framework/Versions/A/Headers/QDebug -I${{ steps.strings.outputs.qt-lib-dir }}/QtCore.framework/Versions/A/Headers/QFile"
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The linter has still issues to find the QDebug and QFile. Further, investigation is necessary.

@franziska-wegner franziska-wegner merged commit 6fa20d1 into main Jan 7, 2024
17 checks passed
@franziska-wegner franziska-wegner deleted the franziska-wegner/2024/january/CI/remove-unknown-include-from-linter-messages branch January 7, 2024 15:55
github-actions bot added a commit that referenced this pull request Jan 7, 2024
…ssue (#104)

The linter has still issues to find the QDebug and QFile. Further, investigation is necessary. 6fa20d1
github-actions bot added a commit that referenced this pull request Jan 7, 2024
…ssue (#104)

The linter has still issues to find the QDebug and QFile. Further, investigation is necessary. 6fa20d1
github-actions bot added a commit that referenced this pull request Jan 7, 2024
…ssue (#104)

The linter has still issues to find the QDebug and QFile. Further, investigation is necessary. 6fa20d1
github-actions bot added a commit that referenced this pull request Jan 7, 2024
…ssue (#104)

The linter has still issues to find the QDebug and QFile. Further, investigation is necessary. 6fa20d1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CI/CD Changes in the CI process
Projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant