stevedlawrence commented on code in PR #1001:
URL: https://github.com/apache/daffodil/pull/1001#discussion_r1163986758
##########
.github/workflows/main.yml:
##########
@@ -170,7 +170,7 @@ jobs:
run: $SBT coverageAggregate
- name: Upload Coverage Report
- uses: codecov/[email protected]
+ uses: codecov/[email protected]
Review Comment:
This dropped the `v` in the version number. Looking at the codecov-action
tags, there is no "3.1.2" tag, only a "v3.1.2" tag. But it looks like it still
worked though. I wonder github actions allows the `v` to be optional? Or maybe
codecov-action created the wrong tag, this PR was created, then they fixed it
later?
I'll kick off another CI run and see if it still works.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]