Skip to content

Commit

Permalink
Merge pull request nasa#98 from thnkslprpt/fix-97-remove-dummy-from-t…
Browse files Browse the repository at this point in the history
…est-code

Fix nasa#97, Remove redundant use of "dummy" in test code
  • Loading branch information
dzbaker authored May 4, 2023
2 parents 7611550 + 60cf322 commit f9e09d2
Show file tree
Hide file tree
Showing 6 changed files with 127 additions and 137 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: CodeQl Analysis
on:
push:
pull_request:


jobs:
codeql:
name: Codeql Analysis
uses: nasa/cFS/.github/workflows/codeql-reusable.yml@main
with:
component-path: apps/fm
component-path: apps/fm
prep: 'make prep; make -C build/tools/elf2cfetbl'
make: 'make -C build/native/default_cpu1/apps/fm'
setup: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ jobs:
format-check:
name: Run format check
uses: nasa/cFS/.github/workflows/format-check.yml@main

2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
name: Run cppcheck
uses: nasa/cFS/.github/workflows/static-analysis.yml@main
with:
strict-dir-list: './fsw'
strict-dir-list: './fsw'
Loading

0 comments on commit f9e09d2

Please sign in to comment.