Skip to content

Commit

Permalink
fix .gitlab-ci.yml according to new coverage html output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
bneron committed Dec 6, 2024
1 parent 4048be6 commit 7e41e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ coverage:

artifacts:
paths:
- coverage_html/
- htmlcov/
except:
- /^feat.*$/
- /^fix.*$/
Expand Down

0 comments on commit 7e41e50

Please sign in to comment.