1
0
mirror of https://github.com/mirror/wget.git synced 2025-04-14 21:40:42 +08:00

* .gitlab-ci.yml (CoverageReports): Fix artifacts paths

This commit is contained in:
Tim Rühsen 2021-12-22 17:00:47 +01:00
parent d2af84fbb3
commit 67d4cb3ab6

View File

@ -375,8 +375,8 @@ CoverageReports:
artifacts:
when: on_success
paths:
- wget-*/test-coverage/
- wget-*/fuzz-coverage/
- test-coverage/
- fuzz-coverage/
only:
- master