Skip to content

Commit 655b78d

Browse files
committed
update ignore paths for actions
1 parent b1df687 commit 655b78d

2 files changed

Lines changed: 14 additions & 9 deletions

File tree

.github/workflows/test.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,20 @@ name: Test Suite
33
on:
44
push:
55
branches: [ main, develop ]
6+
paths-ignore:
7+
- '**.md'
8+
- '**test.yml'
9+
- 'docs/**'
10+
- '.gitignore'
11+
- 'LICENSE'
612
pull_request:
713
branches: [ main, develop ]
14+
paths-ignore:
15+
- '**.md'
16+
- '**test.yml'
17+
- 'docs/**'
18+
- '.gitignore'
19+
- 'LICENSE'
820

921
jobs:
1022
test:
@@ -38,15 +50,6 @@ jobs:
3850
CLEANUP_ON_FAILURE: true
3951
run: npm test
4052

41-
- name: Upload coverage reports
42-
if: matrix.node-version == '20.x'
43-
uses: codecov/codecov-action@v4
44-
with:
45-
file: ./coverage/lcov.info
46-
flags: unittests
47-
name: codecov-umbrella
48-
continue-on-error: true
49-
5053
- name: Archive test results
5154
if: always()
5255
uses: actions/upload-artifact@v4

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Test Suite](https://github.com/logicmonitor/lm-api-mcp/actions/workflows/test.yml/badge.svg)](https://github.com/logicmonitor/lm-api-mcp/actions/workflows/test.yml)
2+
13
# LogicMonitor MCP Server
24

35
A Model Context Protocol (MCP) server that provides secure access to the LogicMonitor API, enabling AI assistants to manage monitoring infrastructure through natural language commands.

0 commit comments

Comments
 (0)