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: abf93b3efff12bfe567f843039f867ca60cff5cd
Choose a base ref
..
head repository: radiofrance/dib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9b1d215e4c06475895262265c8eae9787587e7cd
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 .github/workflows/qa.yml
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ jobs:
go-version-file: "go.mod"
- uses: tlylt/install-graphviz@b2201200d85f06f0189cb74d9b69208504cf12cd # v1.0.0
- run: go test -v -race -covermode=atomic -coverprofile=coverage.out ./...
- uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
name: coverage-results
path: coverage.out