Skip to content

Commit

Permalink
Name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin8105 authored May 30, 2024
1 parent 479c5cc commit 07cbed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
echo "" > coverage.txt
go test -coverprofile=1.txt -covermode=atomic .
cat 1.txt > coverage.txt
go test -coverprofile=1.txt -covermode=atomic github.com/Konstantin8105/ast
go test -coverprofile=1.txt -covermode=atomic github.com/Konstantin8105/c4go/ast
cat 1.txt > coverage.txt
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 07cbed3

Please sign in to comment.