GHCI: set fetch-depth=2 for codecov

This commit is contained in:
gpotter2 2021-02-10 11:54:31 +01:00 committed by Guillaume Valadon
parent 488794cfcd
commit c38a478292
1 changed files with 3 additions and 0 deletions

View File

@ -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: