Skip to content

Commit

Permalink
Merge pull request #181 from OpenPathfinder/feat/map-missing-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon authored Jan 20, 2025
2 parents bb87ce2 + c08df10 commit 697cea5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions __tests__/cli/workflows.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,11 @@ describe('run run-all-checks', () => {
describe('run upsert-ossf-scorecard', () => {
test.todo('Should upsert the OSSF Scorecard scoring by running and checking every repository in the database')
})

describe('run show-reports', () => {
test.todo('Should start a http server that shows all the files and folders in the output directory')
})

describe('run generate-reports', () => {
test.todo('Should generate the reports for the stored data')
})

0 comments on commit 697cea5

Please sign in to comment.