mirror of https://github.com/secdev/scapy.git
GHCI: set fetch-depth=2 for codecov
This commit is contained in:
parent
488794cfcd
commit
c38a478292
|
@ -85,6 +85,9 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout Scapy
|
||||
uses: actions/checkout@v2
|
||||
# Codecov requires a fetch-depth > 1
|
||||
with:
|
||||
fetch-depth: 2
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue