mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2026-03-18 19:17:25 +00:00
Compare commits
3 Commits
renovate/d
...
AlexsJones
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
839ec364eb | ||
|
|
301dd3494a | ||
|
|
5518c49073 |
17
.github/workflows/codecov.yaml
vendored
Normal file
17
.github/workflows/codecov.yaml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: Run Code Coverage
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
code-coverage:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
||||
|
||||
- name: Upload coverage reports to Codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
Reference in New Issue
Block a user