Skip to content

Commit

Permalink
Add lua coverage in different job (edit)
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Sep 12, 2024
1 parent a14e66d commit 6c47035
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lua-cov.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lua
name: Lua Coverage

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion lua/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BLUE=\033[0;34m
NC=\033[0m # No Color
NC=\033[0m # No Color
COV?=false

.PHONY: help
Expand Down

0 comments on commit 6c47035

Please sign in to comment.