You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "stevedlawrence (via GitHub)" <gi...@apache.org> on 2023/04/12 11:16:35 UTC

[GitHub] [daffodil] stevedlawrence commented on a diff in pull request #1001: Bump codecov/codecov-action from 3.1.1 to 3.1.2

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/codecov-action@v3.1.1
+        uses: codecov/codecov-action@3.1.2

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: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org