Skip to content

Commit

Permalink
Fix #2034, Fix git error in CodeQL workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
astrogeco committed Jan 21, 2022
1 parent c1aa63d commit 46eddc3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/codeql-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: "CodeQL Analysis"
on:
push:
pull_request:

jobs:
codeql:
name: CodeQL Analysis
uses: nasa/cFS/.github/workflows/codeql-build.yml@main
name: CodeQl Analysis
uses: astrogeco/cFS/.github/workflows/codeql-build.yml@fix-codeql-workflow
with:
make-prep: 'make prep'
make: 'make -C build/native/default_cpu1 core_api core_private es evs fs msg resourceid sb sbr tbl time'
make: 'make -C build/native/default_cpu1 core_api core_private es evs fs msg resourceid sb sbr tbl time'
component-path: cfe
2 changes: 1 addition & 1 deletion cmake/Makefile.sample
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ distclean:
# Grab lcov baseline before running tests
test:
lcov --capture --initial --directory $(O)/$(ARCH) --output-file $(O)/$(ARCH)/coverage_base.info
(cd $(O)/$(ARCH) && ctest -O ctest.log)
(cd $x(O)/$(ARCH) && ctest -O ctest.log)

lcov:
lcov --capture --rc lcov_branch_coverage=1 --directory $(O)/$(ARCH) --output-file $(O)/$(ARCH)/coverage_test.info
Expand Down

0 comments on commit 46eddc3

Please sign in to comment.