Skip to content

Commit

Permalink
Fix go coverage artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenyim committed Dec 13, 2023
1 parent 4cab26f commit 297f1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Archive coverage data
uses: actions/upload-artifact@v2
with:
name: gradle-coverage-data.zip
name: go-coverage-data
path: GO/go-test-coverage/.qodana/code-coverage

- name: Qodana Scan
Expand Down

0 comments on commit 297f1a5

Please sign in to comment.