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: radiofrance/dib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 548ebe324bccd5d2ed427751f4f1ffc4afbb4ff8
Choose a base ref
..
head repository: radiofrance/dib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3556e6816c5beb03937e7b94a7808662cd2a755c
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 .github/workflows/test.golang.yml
2 changes: 1 addition & 1 deletion .github/workflows/test.golang.yml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ jobs:
- name: Run golang tests
run: go test -v -race -covermode=atomic -coverprofile=coverage.out ./...
- name: Archive code coverage results
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: golang-coverage-report
path: coverage.out