mirror of https://github.com/crytic/slither
parent
da780b49e6
commit
437e0c7d66
@ -1,7 +1,7 @@ |
||||
#!/usr/bin/env bash |
||||
|
||||
# used to pass --cov=$path and --cov-append to pytest |
||||
pytest $1 tests/unit/ |
||||
pytest "$1" tests/unit/ |
||||
if [ "$1" != "" ]; then |
||||
python -m coverage report |
||||
fi |
@ -1,6 +1,6 @@ |
||||
module.exports = { |
||||
solidity: { |
||||
version: "0.8.0" |
||||
version: "0.8.1" |
||||
}, |
||||
} |
||||
|
||||
|
Loading…
Reference in new issue