Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: k8sgpt-ai/k8sgpt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b70776e43090358d303685a471c7e01bb1310b19
Choose a base ref
..
head repository: k8sgpt-ai/k8sgpt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f9bb75d033c9eace345e15557040fcf0f8dea061
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 .github/workflows/test.yaml
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -25,6 +25,6 @@ jobs:
- name: Run test
run: go test ./... -coverprofile=coverage.txt
- name: Upload coverage to Codecov
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5
uses: codecov/codecov-action@05f5a9cfad807516dbbef9929c4a42df3eb78766 # v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}