mirror of
https://github.com/vxcontrol/soldr-modules.git
synced 2026-07-19 13:33:58 -04:00
[PR #38] [MERGED] fix importing luacov for tests running #38
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vxcontrol/soldr-modules/pull/38
Author: @0legovich
Created: 12/29/2022
Status: ✅ Merged
Merged: 1/16/2023
Merged by: @asdek
Base:
master← Head:fix-luacov-import📝 Commits (1)
89c123afix importing luacov for tests running📊 Changes
3 files changed (+33 additions, -1 deletions)
View changed files
📝
.gitignore(+2 -1)➕
tests_framework/lua/busted/modules/luacov.lua(+23 -0)➕
tests_framework/lua/luacov.lua(+8 -0)📄 Description
Running tests according to the documentation gives an error.
Closes https://github.com/vxcontrol/soldr-modules/issues/37
Description of the Change
Steps to reproduce:
Expected behaviour:
Actual behaviour:
Changelog Entry
Checklist:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.