Skip to content

Commit

Permalink
Removal of cose
Browse files Browse the repository at this point in the history
The library will leave in its own repository.
  • Loading branch information
Spomky committed Apr 12, 2022
1 parent 65df001 commit ec20f33
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-flag-fail-on-uncovered.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

vendor/bin/deptrac analyse --fail-on-uncovered --no-cache

if [ $? -ne 1 ]; then
exit 1;
fi

0 comments on commit ec20f33

Please sign in to comment.