microsoft / sarif-vscode-extension

SARIF Microsoft Visual Studio Code extension
MIT License
111 stars 50 forks source link

Tests failing #464

Open audrow opened 2 years ago

audrow commented 2 years ago

The tests don't seem to pass after a clean install of the dependencies. We ran git bisect and found that #445 seems to have broken the tests:

41ddadb37ab30aa27ee216e8c2f715157bac419a is the first bad commit
commit 41ddadb37ab30aa27ee216e8c2f715157bac419a
Author: Jeff King <jeffking@gmail.com>
Date:   Thu Jul 14 14:03:28 2022 -0700

    Analysis Steps improvements and other improvements. (#445)

It would be nice to fix this and then add CI to make sure that no future commits break the tests.