mirror of
https://github.com/kevinthedang/discord-ollama.git
synced 2026-08-08 23:54:01 -04:00
remove coverage 'env' note
This commit is contained in:
@@ -12,7 +12,7 @@ on:
|
||||
jobs:
|
||||
Discord-Node-Coverage:
|
||||
runs-on: ubuntu-latest
|
||||
environment: coverage
|
||||
# environment: coverage
|
||||
timeout-minutes: 2
|
||||
|
||||
steps:
|
||||
@@ -40,7 +40,6 @@ jobs:
|
||||
run: npm run coverage
|
||||
|
||||
- name: Upload Coverage to Codecov
|
||||
id: codecov
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
files: coverage/lcov.info
|
||||
|
||||
Reference in New Issue
Block a user