Skip to content

Commit 52c2a12

Browse files
committed
Actions: Use fetch-depth:2 for codecov
1 parent af563db commit 52c2a12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
sudo systemctl start mysql.service
1717
mysql -uroot -proot -e "CREATE DATABASE mysqldb_test"
1818
- uses: actions/checkout@v2
19+
with:
20+
fetch-depth: 2
1921
- name: Set up Python ${{ matrix.python-version }}
2022
uses: actions/setup-python@v2
2123
with:

0 commit comments

Comments
 (0)