- fix: use HEAD_REPO by @thomasrockhu-codecov in #1690
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.6..v5.0.7
- fix: update CODECOV_TOKEN and fix tokenless by @thomasrockhu-codecov in #1688
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.5..v5.0.6
- chore(release): wrapper-0.0.27 by @app/codecov-releaser-app in #1685
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.4..v5.0.5
- chore(deps): bump wrapper to 0.0.26 by @thomasrockhu-codecov in #1681
- fix: strip out a trailing /n from input tokens by @thomasrockhu-codecov in #1679
- fix: add action version by @thomasrockhu-codecov in #1678
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.3..v5.0.4
- fix: update OIDC audience by @thomasrockhu-codecov in #1675
- fix: use double-quotes for OIDC by @thomasrockhu-codecov in #1669
- fix: prevent always setting tokenless to be true by @thomasrockhu-codecov in #1673
- fix: update CHANGELOG and automate by @thomasrockhu-codecov in #1674
- fix: bump to v5 and update README by @thomasrockhu-codecov in #1655
- build(deps): bump github/codeql-action from 3.27.0 to 3.27.4 by @app/dependabot in #1665
- fix: typo in
inputs.disable_safe_directory
by @mkroening in #1666
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.2..v5.0.3
- fix: override commit and pr values for PR cases by @thomasrockhu-codecov in #1657
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.1...v5.0.2
- fix: use marketplace v5 badge by @thomasrockhu-codecov in #1646
- fix: update tokenless branch logic by @thomasrockhu-codecov in #1650
- chore(release): 5.0.1 by @thomasrockhu-codecov in #1656
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.0...v5.0.1
v5
of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI. This will help ensure that the Action gets updates quicker.
The v5
release also coincides with the opt-out feature for tokens for public repositories. In the Global Upload Token
section of the settings page of an organization in codecov.io, you can set the ability for Codecov to receive a coverage reports from any source. This will allow contributors or other members of a repository to upload without needing access to the Codecov token. For more details see how to upload without a token.
Warning
The following arguments have been changed
file
(this has been deprecated in favor offiles
)plugin
(this has been deprecated in favor ofplugins
)
The following arguments have been added:
binary
gcov_args
gcov_executable
gcov_ignore
gcov_include
report_type
skip_validation
swift_project
You can see their usage in the action.yml
file.
- chore(deps): bump to eslint9+ and remove eslint-config-google by @thomasrockhu-codecov in #1591
- build(deps-dev): bump @octokit/webhooks-types from 7.5.1 to 7.6.1 by @dependabot in #1595
- build(deps-dev): bump typescript from 5.6.2 to 5.6.3 by @dependabot in #1604
- build(deps-dev): bump @typescript-eslint/parser from 8.8.0 to 8.8.1 by @dependabot in #1601
- build(deps): bump @actions/core from 1.11.0 to 1.11.1 by @dependabot in #1597
- build(deps): bump github/codeql-action from 3.26.9 to 3.26.11 by @dependabot in #1596
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.8.0 to 8.8.1 by @dependabot in #1600
- build(deps-dev): bump eslint from 9.11.1 to 9.12.0 by @dependabot in #1598
- build(deps): bump github/codeql-action from 3.26.11 to 3.26.12 by @dependabot in #1609
- build(deps): bump actions/checkout from 4.2.0 to 4.2.1 by @dependabot in #1608
- build(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3 by @dependabot in #1607
- build(deps-dev): bump @typescript-eslint/parser from 8.8.1 to 8.9.0 by @dependabot in #1612
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.8.1 to 8.9.0 by @dependabot in #1611
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.9.0 to 8.10.0 by @dependabot in #1615
- build(deps-dev): bump eslint from 9.12.0 to 9.13.0 by @dependabot in #1618
- build(deps): bump github/codeql-action from 3.26.12 to 3.26.13 by @dependabot in #1617
- build(deps-dev): bump @typescript-eslint/parser from 8.9.0 to 8.10.0 by @dependabot in #1614
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.10.0 to 8.11.0 by @dependabot in #1620
- build(deps-dev): bump @typescript-eslint/parser from 8.10.0 to 8.11.0 by @dependabot in #1619
- build(deps-dev): bump @types/jest from 29.5.13 to 29.5.14 by @dependabot in #1622
- build(deps): bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #1625
- build(deps): bump github/codeql-action from 3.26.13 to 3.27.0 by @dependabot in #1624
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.11.0 to 8.12.1 by @dependabot in #1626
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.12.1 to 8.12.2 by @dependabot in #1629
- build(deps-dev): bump @typescript-eslint/parser from 8.11.0 to 8.12.2 by @dependabot in #1628
- build(deps-dev): bump @typescript-eslint/parser from 8.12.2 to 8.13.0 by @dependabot in #1635
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.12.2 to 8.13.0 by @dependabot in #1634
- feat: use wrapper by @thomasrockhu-codecov in #1621
- Update README.md by @thomasrockhu-codecov in #1639
- fix: add missing vars by @thomasrockhu-codecov in #1638
- fix: update container builds by @thomasrockhu-codecov in #1640
- fixL use the correct source by @thomasrockhu-codecov in #1642
- chore(deps): bump wrapper to 0.0.23 by @thomasrockhu-codecov in #1644
Full Changelog: https://github.com/codecov/codecov-action/compare/v4.6.0...v5.0.0
- chore(deps): bump to eslint9+ and remove eslint-config-google by @thomasrockhu-codecov in #1591
- build(deps-dev): bump @octokit/webhooks-types from 7.5.1 to 7.6.1 by @dependabot in #1595
- build(deps-dev): bump typescript from 5.6.2 to 5.6.3 by @dependabot in #1604
- build(deps-dev): bump @typescript-eslint/parser from 8.8.0 to 8.8.1 by @dependabot in #1601
- build(deps): bump @actions/core from 1.11.0 to 1.11.1 by @dependabot in #1597
- build(deps): bump github/codeql-action from 3.26.9 to 3.26.11 by @dependabot in #1596
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.8.0 to 8.8.1 by @dependabot in #1600
- build(deps-dev): bump eslint from 9.11.1 to 9.12.0 by @dependabot in #1598
- build(deps): bump github/codeql-action from 3.26.11 to 3.26.12 by @dependabot in #1609
- build(deps): bump actions/checkout from 4.2.0 to 4.2.1 by @dependabot in #1608
- build(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3 by @dependabot in #1607
- build(deps-dev): bump @typescript-eslint/parser from 8.8.1 to 8.9.0 by @dependabot in #1612
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.8.1 to 8.9.0 by @dependabot in #1611
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.9.0 to 8.10.0 by @dependabot in #1615
- build(deps-dev): bump eslint from 9.12.0 to 9.13.0 by @dependabot in #1618
- build(deps): bump github/codeql-action from 3.26.12 to 3.26.13 by @dependabot in #1617
- build(deps-dev): bump @typescript-eslint/parser from 8.9.0 to 8.10.0 by @dependabot in #1614
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.10.0 to 8.11.0 by @dependabot in #1620
- build(deps-dev): bump @typescript-eslint/parser from 8.10.0 to 8.11.0 by @dependabot in #1619
- build(deps-dev): bump @types/jest from 29.5.13 to 29.5.14 by @dependabot in #1622
- build(deps): bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #1625
- build(deps): bump github/codeql-action from 3.26.13 to 3.27.0 by @dependabot in #1624
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.11.0 to 8.12.1 by @dependabot in #1626
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.12.1 to 8.12.2 by @dependabot in #1629
- build(deps-dev): bump @typescript-eslint/parser from 8.11.0 to 8.12.2 by @dependabot in #1628
- build(deps-dev): bump @typescript-eslint/parser from 8.12.2 to 8.13.0 by @dependabot in #1635
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.12.2 to 8.13.0 by @dependabot in #1634
- feat: use wrapper by @thomasrockhu-codecov in #1621
- Update README.md by @thomasrockhu-codecov in #1639
- fix: add missing vars by @thomasrockhu-codecov in #1638
- fix: update container builds by @thomasrockhu-codecov in #1640
- fixL use the correct source by @thomasrockhu-codecov in #1642
Full Changelog: https://github.com/codecov/codecov-action/compare/v4.6.0...v5.0.0-beta
- build(deps): bump github/codeql-action from 3.25.8 to 3.25.10 by @dependabot in #1481
- build(deps): bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #1480
- build(deps-dev): bump ts-jest from 29.1.4 to 29.1.5 by @dependabot in #1479
- build(deps-dev): bump @typescript-eslint/parser from 7.13.0 to 7.13.1 by @dependabot in #1485
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.13.0 to 7.13.1 by @dependabot in #1484
- build(deps-dev): bump typescript from 5.4.5 to 5.5.2 by @dependabot in #1490
- build(deps-dev): bump @typescript-eslint/parser from 7.13.1 to 7.14.1 by @dependabot in #1493
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.13.1 to 7.14.1 by @dependabot in #1492
- build(deps): bump github/codeql-action from 3.25.10 to 3.25.11 by @dependabot in #1496
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.14.1 to 7.15.0 by @dependabot in #1501
- build(deps-dev): bump typescript from 5.5.2 to 5.5.3 by @dependabot in #1500
- build(deps-dev): bump @typescript-eslint/parser from 7.14.1 to 7.15.0 by @dependabot in #1499
- build(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4 by @dependabot in #1502
- build(deps-dev): bump ts-jest from 29.1.5 to 29.2.0 by @dependabot in #1504
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.15.0 to 7.16.0 by @dependabot in #1503
- build(deps-dev): bump ts-jest from 29.2.0 to 29.2.2 by @dependabot in #1507
- build(deps-dev): bump @typescript-eslint/parser from 7.15.0 to 7.16.0 by @dependabot in #1505
- build(deps): bump github/codeql-action from 3.25.11 to 3.25.12 by @dependabot in #1509
- chore(ci): restrict scorecards to codecov/codecov-action by @thomasrockhu-codecov in #1512
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.16.0 to 7.16.1 by @dependabot in #1514
- build(deps-dev): bump @typescript-eslint/parser from 7.16.0 to 7.16.1 by @dependabot in #1513
- test:
versionInfo
by @marcobiedermann in #1407 - build(deps-dev): bump ts-jest from 29.2.2 to 29.2.3 by @dependabot in #1515
- build(deps): bump github/codeql-action from 3.25.12 to 3.25.13 by @dependabot in #1516
- build(deps-dev): bump typescript from 5.5.3 to 5.5.4 by @dependabot in #1521
- build(deps-dev): bump @typescript-eslint/parser from 7.16.1 to 7.17.0 by @dependabot in #1520
- build(deps-dev): bump @typescript-eslint/parser from 7.17.0 to 7.18.0 by @dependabot in #1528
- build(deps): bump github/codeql-action from 3.25.13 to 3.25.15 by @dependabot in #1526
- build(deps): bump ossf/scorecard-action from 2.3.3 to 2.4.0 by @dependabot in #1525
- build(deps-dev): bump ts-jest from 29.2.3 to 29.2.4 by @dependabot in #1532
- build(deps): bump actions/upload-artifact from 4.3.4 to 4.3.5 by @dependabot in #1534
- build(deps): bump github/codeql-action from 3.25.15 to 3.26.0 by @dependabot in #1542
- build(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6 by @dependabot in #1541
- ref: Tidy up types and remove string coercion by @nicholas-codecov in #1536
- build(deps-dev): bump @octokit/webhooks-types from 3.77.1 to 7.5.1 by @dependabot in #1545
- build(deps): bump github/codeql-action from 3.26.0 to 3.26.2 by @dependabot in #1551
- feat: pass tokenless value as branch override by @joseph-sentry in #1511
- build(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0 by @dependabot in #1563
- Create makefile.yml by @Hawthorne001 in #1555
- build(deps): bump github/codeql-action from 3.26.2 to 3.26.6 by @dependabot in #1562
- build(deps-dev): bump ts-jest from 29.2.4 to 29.2.5 by @dependabot in #1557
- Spell
evenName
in the logs correctly by @webknjaz in #1560 - build(deps-dev): bump typescript from 5.5.4 to 5.6.2 by @dependabot in #1566
- build(deps-dev): bump @types/jest from 29.5.12 to 29.5.13 by @dependabot in #1567
- build(deps): bump github/codeql-action from 3.26.6 to 3.26.7 by @dependabot in #1569
- build(deps-dev): bump eslint from 8.57.0 to 8.57.1 by @dependabot in #1571
- build(deps): bump github/codeql-action from 3.26.7 to 3.26.8 by @dependabot in #1575
- build(deps-dev): bump @vercel/ncc from 0.38.1 to 0.38.2 by @dependabot in #1577
- chore: fix typo of OSS by @shoothzj in #1578
- build(deps): bump github/codeql-action from 3.26.8 to 3.26.9 by @dependabot in #1584
- build(deps): bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in #1583
- fix: bump eslint parser deps by @thomasrockhu-codecov in #1586
- chore(release):4.6.0 by @thomasrockhu-codecov in #1587
- @nicholas-codecov made their first contribution in #1536
- @Hawthorne001 made their first contribution in #1555
- @webknjaz made their first contribution in #1560
- @shoothzj made their first contribution in #1578
Full Changelog: https://github.com/codecov/codecov-action/compare/v4.5.0...v4.6.0
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.9.0 to 7.10.0 by @dependabot in #1446
- build(deps-dev): bump ts-jest from 29.1.2 to 29.1.3 by @dependabot in #1443
- build(deps-dev): bump @typescript-eslint/parser from 7.9.0 to 7.10.0 by @dependabot in #1445
- build(deps-dev): bump @typescript-eslint/parser from 7.10.0 to 7.11.0 by @dependabot in #1459
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.10.0 to 7.11.0 by @dependabot in #1458
- build(deps): bump github/codeql-action from 3.25.5 to 3.25.6 by @dependabot in #1456
- build(deps-dev): bump ts-jest from 29.1.3 to 29.1.4 by @dependabot in #1460
- build(deps): bump github/codeql-action from 3.25.6 to 3.25.7 by @dependabot in #1466
- build(deps-dev): bump @typescript-eslint/parser from 7.11.0 to 7.12.0 by @dependabot in #1467
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.11.0 to 7.12.0 by @dependabot in #1468
- build(deps): bump github/codeql-action from 3.25.7 to 3.25.8 by @dependabot in #1472
- fix: handle trailing commas by @joseph-sentry in #1470
- build(deps-dev): bump @typescript-eslint/parser from 7.12.0 to 7.13.0 by @dependabot in #1474
- build(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot in #1475
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.12.0 to 7.13.0 by @dependabot in #1473
- feat: add support for tokenless v3 by @joseph-sentry in #1410
- Use an existing token even if the PR is from a fork by @leofeyer in #1471
- chore(release): bump to 4.5.0 by @thomasrockhu-codecov in #1477
- @joseph-sentry made their first contribution in #1470
- @leofeyer made their first contribution in #1471
Full Changelog: https://github.com/codecov/codecov-action/compare/v4.4.1...v4.5.0
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.8.0 to 7.9.0 by @dependabot in #1427
- fix: prevent xlarge from running on forks by @thomasrockhu-codecov in #1432
- build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by @dependabot in #1439
- build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by @dependabot in #1438
- fix: isPullRequestFromFork returns false for any PR by @shahar-h in #1437
- chore(release): 4.4.1 by @thomasrockhu-codecov in #1441
- @shahar-h made their first contribution in #1437
Full Changelog: https://github.com/codecov/codecov-action/compare/v4.4.0...v4.4.1
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.8.0 to 7.9.0 by @dependabot in #1427
- fix: prevent xlarge from running on forks by @thomasrockhu-codecov in #1432
- build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by @dependabot in #1439
- build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by @dependabot in #1438
- fix: isPullRequestFromFork returns false for any PR by @shahar-h in #1437
- chore(release): 4.4.1 by @thomasrockhu-codecov in #1441
- @shahar-h made their first contribution in #1437
Full Changelog: https://github.com/codecov/codecov-action/compare/v4.4.0...v4.4.1
- chore: Clarify isPullRequestFromFork by @jsoref in #1411
- build(deps): bump actions/checkout from 4.1.4 to 4.1.5 by @dependabot in #1423
- build(deps): bump github/codeql-action from 3.25.3 to 3.25.4 by @dependabot in #1421
- build(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 by @dependabot in #1420
- feat: remove GPG and run on spawn by @thomasrockhu-codecov in #1426
- build(deps-dev): bump @typescript-eslint/parser from 7.8.0 to 7.9.0 by @dependabot in #1428
- chore(release): 4.4.0 by @thomasrockhu-codecov in #1430
Full Changelog: https://github.com/codecov/codecov-action/compare/v4.3.1...v4.4.0
- build(deps-dev): bump typescript from 5.4.4 to 5.4.5 by @dependabot in #1370
- fix: more verbose log message when failing to import pgp key by @ReenigneArcher in #1371
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.6.0 to 7.7.0 by @dependabot in #1374
- build(deps-dev): bump @typescript-eslint/parser from 7.6.0 to 7.7.0 by @dependabot in #1375
- build(deps): bump actions/checkout from 4.1.2 to 4.1.3 by @dependabot in #1382
- build(deps): bump github/codeql-action from 3.24.10 to 3.25.1 by @dependabot in #1381
- build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.2 by @dependabot in #1380
- build(deps-dev): bump @typescript-eslint/parser from 7.7.0 to 7.7.1 by @dependabot in #1384
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.7.0 to 7.7.1 by @dependabot in #1383
- Update README.md to point to docs about tokenless by @rohan-at-sentry in #1395
- build(deps): bump actions/upload-artifact from 4.3.2 to 4.3.3 by @dependabot in #1393
- build(deps): bump actions/checkout from 4.1.3 to 4.1.4 by @dependabot in #1392
- build(deps): bump github/codeql-action from 3.25.1 to 3.25.3 by @dependabot in #1391
- style: Node Packages by @marcobiedermann in #1394
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.7.1 to 7.8.0 by @dependabot in #1402
- build(deps-dev): bump @typescript-eslint/parser from 7.7.1 to 7.8.0 by @dependabot in #1401
- docs: Type Annotations by @marcobiedermann in #1397
- docs: main branch by @marcobiedermann in #1396
- fix: bypass token checks for forks and OIDC by @thomasrockhu-codecov in #1404
- chore(release): 4.3.1. by @thomasrockhu-codecov in #1405
- @ReenigneArcher made their first contribution in #1371
- @rohan-at-sentry made their first contribution in #1395
- @marcobiedermann made their first contribution in #1394
Full Changelog: https://github.com/codecov/codecov-action/compare/v4.3.0...v4.3.1
- fix: automatically detect if using GitHub enterprise by @thomasrockhu-codecov in #1356
- build(deps-dev): bump typescript from 5.4.3 to 5.4.4 by @dependabot in #1355
- build(deps): bump github/codeql-action from 3.24.9 to 3.24.10 by @dependabot in #1360
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.5.0 to 7.6.0 by @dependabot in #1364
- build(deps-dev): bump @typescript-eslint/parser from 7.5.0 to 7.6.0 by @dependabot in #1363
- feat: add network params by @thomasrockhu-codecov in #1365
- build(deps): bump undici from 5.28.3 to 5.28.4 by @dependabot in #1361
- chore(release): v4.3.0 by @thomasrockhu-codecov in #1366
Full Changelog: https://github.com/codecov/codecov-action/compare/v4.2.0...v4.3.0
- chore(deps): update deps by @thomasrockhu-codecov in #1351
- feat: allow for authentication via OIDC token by @thomasrockhu-codecov in #1330
- fix: use_oidc shoudl be required false by @thomasrockhu-codecov in #1353
Full Changelog: https://github.com/codecov/codecov-action/compare/v4.1.1...v4.2.0
- build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 by @dependabot in #1315
- build(deps-dev): bump typescript from 5.3.3 to 5.4.2 by @dependabot in #1319
- Removed mention of Mercurial by @drazisil-codecov in #1325
- build(deps): bump github/codeql-action from 3.24.6 to 3.24.7 by @dependabot in #1332
- build(deps): bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in #1331
- fix: force version by @thomasrockhu-codecov in #1329
- build(deps-dev): bump typescript from 5.4.2 to 5.4.3 by @dependabot in #1334
- build(deps): bump undici from 5.28.2 to 5.28.3 by @dependabot in #1338
- build(deps): bump github/codeql-action from 3.24.7 to 3.24.9 by @dependabot in #1341
- fix: typo in disable_safe_directory by @mkroening in #1343
- chore(release): 4.1.1 by @thomasrockhu-codecov in #1344
- @mkroening made their first contribution in #1343
Full Changelog: https://github.com/codecov/codecov-action/compare/v4.1.0...v4.1.1
- fix: set safe directory by @thomasrockhu-codecov in #1304
- build(deps): bump github/codeql-action from 3.24.3 to 3.24.5 by @dependabot in #1306
- build(deps-dev): bump eslint from 8.56.0 to 8.57.0 by @dependabot in #1305
- chore(release): v4.1.0 by @thomasrockhu-codecov in #1307
Full Changelog: https://github.com/codecov/codecov-action/compare/v4.0.2...v4.1.0
- Update README.md by @thomasrockhu-codecov in #1251
- build(deps-dev): bump @types/jest from 29.5.11 to 29.5.12 by @dependabot in #1257
- build(deps): bump github/codeql-action from 3.23.2 to 3.24.0 by @dependabot in #1266
- Escape pipes in table of arguments by @jwodder in #1265
- Add link to docs on Dependabot secrets by @ianlewis in #1260
- fix: working-directory input for all stages by @Bo98 in #1272
- build(deps-dev): bump @typescript-eslint/parser from 6.20.0 to 6.21.0 by @dependabot in #1271
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.20.0 to 6.21.0 by @dependabot in #1269
- build(deps): bump github/codeql-action from 3.24.0 to 3.24.3 by @dependabot in #1298
- Use updated syntax for GitHub Markdown notes by @jamacku in #1300
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.21.0 to 7.0.0 by @dependabot in #1290
- build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 by @dependabot in #1286
- chore(release): bump to 4.0.2 by @thomasrockhu-codecov in #1302
- @jwodder made their first contribution in #1265
- @ianlewis made their first contribution in #1260
- @Bo98 made their first contribution in #1272
- @jamacku made their first contribution in #1300
Full Changelog: https://github.com/codecov/codecov-action/compare/v4.0.1...v4.0.2
- Update README.md by @thomasrockhu-codecov in #1243
- Add all args by @thomasrockhu-codecov in #1245
- fix: show both token uses in readme by @thomasrockhu-codecov in #1250
Full Changelog: https://github.com/codecov/codecov-action/compare/v4.0.0...v4.0.1
#v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to power new features including local upload, the global upload token, and new upcoming features.
- The Codecov Action runs as a
node20
action due tonode16
deprecation. See this post from GitHub on how to migrate. - Tokenless uploading is unsupported. However, PRs made from forks to the upstream public repos will support tokenless (e.g. contributors to OS projects do not need the upstream repo's Codecov token). This doc shows instructions on how to add the Codecov token.
- OS platforms have been added, though some may not be automatically detected. To see a list of platforms, see our CLI download page
- Various arguments to the Action have been changed. Please be aware that the arguments match with the CLI's needs
v3
versions and below will not have access to CLI features (e.g. global upload token, ATS).
- build(deps): bump openpgp from 5.8.0 to 5.9.0 by @dependabot in #985
- build(deps): bump actions/checkout from 3.0.0 to 3.5.3 by @dependabot in #1000
- build(deps): bump ossf/scorecard-action from 2.1.3 to 2.2.0 by @dependabot in #1006
- build(deps): bump tough-cookie from 4.0.0 to 4.1.3 by @dependabot in #1013
- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #1024
- build(deps): bump node-fetch from 3.3.1 to 3.3.2 by @dependabot in #1031
- build(deps-dev): bump @types/node from 20.1.4 to 20.4.5 by @dependabot in #1032
- build(deps): bump github/codeql-action from 1.0.26 to 2.21.2 by @dependabot in #1033
- build commit,report and upload args based on codecovcli by @dana-yaish in #943
- build(deps-dev): bump @types/node from 20.4.5 to 20.5.3 by @dependabot in #1055
- build(deps): bump github/codeql-action from 2.21.2 to 2.21.4 by @dependabot in #1051
- build(deps-dev): bump @types/node from 20.5.3 to 20.5.4 by @dependabot in #1058
- chore(deps): update outdated deps by @thomasrockhu-codecov in #1059
- build(deps-dev): bump @types/node from 20.5.4 to 20.5.6 by @dependabot in #1060
- build(deps-dev): bump @typescript-eslint/parser from 6.4.1 to 6.5.0 by @dependabot in #1065
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.4.1 to 6.5.0 by @dependabot in #1064
- build(deps): bump actions/checkout from 3.5.3 to 3.6.0 by @dependabot in #1063
- build(deps-dev): bump eslint from 8.47.0 to 8.48.0 by @dependabot in #1061
- build(deps-dev): bump @types/node from 20.5.6 to 20.5.7 by @dependabot in #1062
- build(deps): bump openpgp from 5.9.0 to 5.10.1 by @dependabot in #1066
- build(deps-dev): bump @types/node from 20.5.7 to 20.5.9 by @dependabot in #1070
- build(deps): bump github/codeql-action from 2.21.4 to 2.21.5 by @dependabot in #1069
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.5.0 to 6.6.0 by @dependabot in #1072
- Update README.md by @thomasrockhu-codecov in #1073
- build(deps-dev): bump @typescript-eslint/parser from 6.5.0 to 6.6.0 by @dependabot in #1071
- build(deps-dev): bump @vercel/ncc from 0.36.1 to 0.38.0 by @dependabot in #1074
- build(deps): bump @actions/core from 1.10.0 to 1.10.1 by @dependabot in #1081
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.6.0 to 6.7.0 by @dependabot in #1080
- build(deps): bump actions/checkout from 3.6.0 to 4.0.0 by @dependabot in #1078
- build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 by @dependabot in #1077
- build(deps-dev): bump @types/node from 20.5.9 to 20.6.0 by @dependabot in #1075
- build(deps-dev): bump @typescript-eslint/parser from 6.6.0 to 6.7.0 by @dependabot in #1079
- build(deps-dev): bump eslint from 8.48.0 to 8.49.0 by @dependabot in #1076
- use cli instead of node uploader by @dana-yaish in #1068
- chore(release): 4.0.0-beta.1 by @thomasrockhu-codecov in #1084
- not adding -n if empty to do-upload command by @dana-yaish in #1085
- 4.0.0-beta.2 by @thomasrockhu-codecov in #1086
- build(deps-dev): bump jest from 29.6.4 to 29.7.0 by @dependabot in #1082
- build(deps-dev): bump @types/jest from 29.5.4 to 29.5.5 by @dependabot in #1092
- build(deps): bump github/codeql-action from 2.21.5 to 2.21.7 by @dependabot in #1094
- build(deps-dev): bump @types/node from 20.6.0 to 20.6.2 by @dependabot in #1093
- build(deps): bump openpgp from 5.10.1 to 5.10.2 by @dependabot in #1096
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.0 to 6.7.2 by @dependabot in #1095
- build(deps-dev): bump @types/node from 20.6.2 to 20.6.3 by @dependabot in #1098
- build(deps-dev): bump @typescript-eslint/parser from 6.7.0 to 6.7.2 by @dependabot in #1097
- feat: add plugins by @thomasrockhu-codecov in #1099
- build(deps-dev): bump eslint from 8.49.0 to 8.50.0 by @dependabot in #1104
- build(deps): bump github/codeql-action from 2.21.7 to 2.21.8 by @dependabot in #1102
- build(deps): bump actions/checkout from 4.0.0 to 4.1.0 by @dependabot in #1101
- build(deps-dev): bump @typescript-eslint/parser from 6.7.2 to 6.7.3 by @dependabot in #1108
- build(deps-dev): bump @types/node from 20.6.3 to 20.7.0 by @dependabot in #1107
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.2 to 6.7.3 by @dependabot in #1106
- build(deps-dev): bump @types/node from 20.7.0 to 20.7.1 by @dependabot in #1111
- build(deps): bump github/codeql-action from 2.21.8 to 2.21.9 by @dependabot in #1113
- build(deps-dev): bump @types/node from 20.7.1 to 20.8.0 by @dependabot in #1112
- build(deps-dev): bump @types/node from 20.8.0 to 20.8.2 by @dependabot in #1114
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.3 to 6.7.4 by @dependabot in #1115
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.4 to 6.7.5 by @dependabot in #1123
- build(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.0 by @dependabot in #1120
- build(deps): bump github/codeql-action from 2.21.9 to 2.22.0 by @dependabot in #1119
- build(deps-dev): bump @typescript-eslint/parser from 6.7.3 to 6.7.5 by @dependabot in #1122
- build(deps-dev): bump @types/node from 20.8.2 to 20.8.4 by @dependabot in #1121
- build(deps-dev): bump eslint from 8.50.0 to 8.51.0 by @dependabot in #1117
- build(deps): bump @actions/github from 5.1.1 to 6.0.0 by @dependabot in #1124
- build(deps): bump github/codeql-action from 2.22.0 to 2.22.3 by @dependabot in #1127
- build(deps-dev): bump @types/node from 20.8.4 to 20.8.6 by @dependabot in #1126
- build(deps-dev): bump @babel/traverse from 7.22.11 to 7.23.2 by @dependabot in #1129
- build(deps): bump undici from 5.25.4 to 5.26.3 by @dependabot in #1128
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.5 to 6.8.0 by @dependabot in #1130
- build(deps-dev): bump @typescript-eslint/parser from 6.7.5 to 6.8.0 by @dependabot in #1131
- build(deps-dev): bump @types/node from 20.8.6 to 20.8.7 by @dependabot in #1135
- build(deps-dev): bump @vercel/ncc from 0.38.0 to 0.38.1 by @dependabot in #1136
- build(deps-dev): bump @types/jest from 29.5.5 to 29.5.6 by @dependabot in #1137
- build(deps): bump github/codeql-action from 2.22.3 to 2.22.4 by @dependabot in #1142
- build(deps): bump actions/checkout from 4.1.0 to 4.1.1 by @dependabot in #1141
- build(deps-dev): bump eslint from 8.51.0 to 8.52.0 by @dependabot in #1140
- build(deps-dev): bump @typescript-eslint/parser from 6.8.0 to 6.9.0 by @dependabot in #1147
- build(deps-dev): bump @types/node from 20.8.7 to 20.8.8 by @dependabot in #1146
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.8.0 to 6.9.0 by @dependabot in #1145
- chore(deps): move from node-fetch to undici by @thomasrockhu-codecov in #1148
- build(deps): bump openpgp from 5.10.2 to 5.11.0 by @dependabot in #1149
- build(deps-dev): bump @typescript-eslint/parser from 6.9.0 to 6.9.1 by @dependabot in #1155
- build(deps): bump github/codeql-action from 2.22.4 to 2.22.5 by @dependabot in #1152
- build(deps): bump ossf/scorecard-action from 2.3.0 to 2.3.1 by @dependabot in #1151
- build(deps): bump undici from 5.26.5 to 5.27.0 by @dependabot in #1150
- build(deps-dev): bump @types/jest from 29.5.6 to 29.5.7 by @dependabot in #1153
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.9.0 to 6.9.1 by @dependabot in #1154
- build(deps): bump undici from 5.27.0 to 5.27.2 by @dependabot in #1157
- build(deps-dev): bump eslint from 8.52.0 to 8.53.0 by @dependabot in #1156
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.9.1 to 6.10.0 by @dependabot in #1159
- build(deps-dev): bump @typescript-eslint/parser from 6.9.1 to 6.10.0 by @dependabot in #1158
- build(deps-dev): bump @types/jest from 29.5.7 to 29.5.8 by @dependabot in #1161
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.10.0 to 6.11.0 by @dependabot in #1164
- build(deps-dev): bump @typescript-eslint/parser from 6.10.0 to 6.11.0 by @dependabot in #1163
- build(deps): bump github/codeql-action from 2.22.5 to 2.22.7 by @dependabot in #1167
- build(deps-dev): bump eslint from 8.53.0 to 8.54.0 by @dependabot in #1166
- build(deps-dev): bump @types/jest from 29.5.8 to 29.5.9 by @dependabot in #1172
- build(deps-dev): bump typescript from 5.2.2 to 5.3.2 by @dependabot in #1171
- build(deps-dev): bump @typescript-eslint/parser from 6.11.0 to 6.12.0 by @dependabot in #1170
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.11.0 to 6.12.0 by @dependabot in #1169
- build(deps): bump github/codeql-action from 2.22.7 to 2.22.8 by @dependabot in #1175
- build(deps): bump undici from 5.27.2 to 5.28.0 by @dependabot in #1174
- build(deps-dev): bump @types/jest from 29.5.9 to 29.5.10 by @dependabot in #1173
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.12.0 to 6.13.0 by @dependabot in #1178
- build(deps-dev): bump @typescript-eslint/parser from 6.12.0 to 6.13.1 by @dependabot in #1180
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.13.0 to 6.13.1 by @dependabot in #1181
- build(deps): bump undici from 5.28.0 to 5.28.1 by @dependabot in #1179
- build(deps-dev): bump eslint from 8.54.0 to 8.55.0 by @dependabot in #1183
- build(deps): bump undici from 5.28.1 to 5.28.2 by @dependabot in #1182
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.13.1 to 6.13.2 by @dependabot in #1185
- build(deps-dev): bump @typescript-eslint/parser from 6.13.1 to 6.13.2 by @dependabot in #1184
- build(deps-dev): bump @types/jest from 29.5.10 to 29.5.11 by @dependabot in #1187
- build(deps): bump undici from 5.28.2 to 6.0.0 by @dependabot in #1186
- build(deps-dev): bump typescript from 5.3.2 to 5.3.3 by @dependabot in #1189
- build(deps): bump undici from 6.0.0 to 6.0.1 by @dependabot in #1188
- build(deps): bump github/codeql-action from 2.22.8 to 2.22.9 by @dependabot in #1191
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.13.2 to 6.14.0 by @dependabot in #1193
- build(deps-dev): bump @typescript-eslint/parser from 6.13.2 to 6.14.0 by @dependabot in #1192
- build(deps-dev): bump eslint from 8.55.0 to 8.56.0 by @dependabot in #1194
- build(deps): bump github/codeql-action from 2.22.9 to 3.22.11 by @dependabot in #1195
- build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0 by @dependabot in #1196
- build(deps-dev): bump @typescript-eslint/parser from 6.14.0 to 6.15.0 by @dependabot in #1198
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.14.0 to 6.15.0 by @dependabot in #1197
- build(deps): bump undici from 6.0.1 to 6.2.0 by @dependabot in #1199
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.15.0 to 6.17.0 by @dependabot in #1206
- build(deps-dev): bump @typescript-eslint/parser from 6.15.0 to 6.17.0 by @dependabot in #1205
- build(deps): bump undici from 6.2.0 to 6.2.1 by @dependabot in #1201
- build(deps): bump github/codeql-action from 3.22.11 to 3.22.12 by @dependabot in #1200
- build(deps-dev): bump @typescript-eslint/parser from 6.17.0 to 6.18.0 by @dependabot in #1208
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.17.0 to 6.18.0 by @dependabot in #1207
- build(deps): bump undici from 6.2.1 to 6.3.0 by @dependabot in #1211
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.18.0 to 6.18.1 by @dependabot in #1210
- build(deps-dev): bump @typescript-eslint/parser from 6.18.0 to 6.18.1 by @dependabot in #1209
- build(deps-dev): bump @typescript-eslint/parser from 6.18.1 to 6.19.0 by @dependabot in #1215
- build(deps): bump github/codeql-action from 3.22.12 to 3.23.0 by @dependabot in #1213
- build(deps): bump actions/upload-artifact from 4.0.0 to 4.1.0 by @dependabot in #1212
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.18.1 to 6.19.0 by @dependabot in #1214
- fix: downgrade undici as it has a breaking change by @thomasrockhu-codecov in #1219
- fix: remove openpgp dep due to licensing and use gpg by @thomasrockhu-codecov in #1218
- chore(ci): add fossa workflow by @thomasrockhu-codecov in #1216
- build(deps): bump actions/upload-artifact from 4.1.0 to 4.2.0 by @dependabot in #1222
- build(deps): bump github/codeql-action from 3.23.0 to 3.23.1 by @dependabot in #1221
- build(deps-dev): bump @typescript-eslint/parser from 6.19.0 to 6.19.1 by @dependabot in #1225
- build(deps-dev): bump ts-jest from 29.1.1 to 29.1.2 by @dependabot in #1224
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.19.0 to 6.19.1 by @dependabot in #1223
- build(deps): bump actions/upload-artifact from 4.2.0 to 4.3.0 by @dependabot in #1232
- build(deps): bump github/codeql-action from 3.23.1 to 3.23.2 by @dependabot in #1231
- build(deps-dev): bump @typescript-eslint/parser from 6.19.1 to 6.20.0 by @dependabot in #1235
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.19.1 to 6.20.0 by @dependabot in #1234
- chore(ci): bump to node20 by @thomasrockhu-codecov in #1236
- Update README.md by @thomasrockhu-codecov in #1237
- Update package.json by @thomasrockhu-codecov in #1238
- fix: allow for other archs by @thomasrockhu-codecov in #1239
- fix: update action.yml by @thomasrockhu-codecov in #1240
- @dana-yaish made their first contribution in #943
Full Changelog: https://github.com/codecov/codecov-action/compare/v3.1.6...v4.0.0
#Full Changelog: https://github.com/codecov/codecov-action/compare/v3.1.5...v3.1.6
- action.yml: Update to Node.js 20 by @hallabro in #1228
- @hallabro made their first contribution in #1228
Full Changelog: https://github.com/codecov/codecov-action/compare/v3.1.4...v3.1.5
- build(deps-dev): bump jest from 29.6.4 to 29.7.0 by @dependabot in #1082
- build(deps-dev): bump @types/jest from 29.5.4 to 29.5.5 by @dependabot in #1092
- build(deps): bump github/codeql-action from 2.21.5 to 2.21.7 by @dependabot in #1094
- build(deps-dev): bump @types/node from 20.6.0 to 20.6.2 by @dependabot in #1093
- build(deps): bump openpgp from 5.10.1 to 5.10.2 by @dependabot in #1096
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.0 to 6.7.2 by @dependabot in #1095
- build(deps-dev): bump @types/node from 20.6.2 to 20.6.3 by @dependabot in #1098
- build(deps-dev): bump @typescript-eslint/parser from 6.7.0 to 6.7.2 by @dependabot in #1097
- feat: add plugins by @thomasrockhu-codecov in #1099
Full Changelog: https://github.com/codecov/codecov-action/compare/v4.0.0-beta.2...v4.0.0-beta.3
- not adding -n if empty to do-upload command by @dana-yaish in #1085
- 4.0.0-beta.2 by @thomasrockhu-codecov in #1086
Full Changelog: https://github.com/codecov/codecov-action/compare/v4.0.0-beta.1...v4.0.0-beta.2
#v4
represents a move from the universal uploader to the Codecov CLI. Although this will unlock new features for our users, the CLI is not yet at feature parity with the universal uploader.
- No current support for
aarch64
andalpine
architectures. - Tokenless uploading is unsuported
- Various arguments to the Action have been removed
- build(deps): bump openpgp from 5.8.0 to 5.9.0 by @dependabot in #985
- build(deps): bump actions/checkout from 3.0.0 to 3.5.3 by @dependabot in #1000
- build(deps): bump ossf/scorecard-action from 2.1.3 to 2.2.0 by @dependabot in #1006
- build(deps): bump tough-cookie from 4.0.0 to 4.1.3 by @dependabot in #1013
- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #1024
- build(deps): bump node-fetch from 3.3.1 to 3.3.2 by @dependabot in #1031
- build(deps-dev): bump @types/node from 20.1.4 to 20.4.5 by @dependabot in #1032
- build(deps): bump github/codeql-action from 1.0.26 to 2.21.2 by @dependabot in #1033
- build commit,report and upload args based on codecovcli by @dana-yaish in #943
- build(deps-dev): bump @types/node from 20.4.5 to 20.5.3 by @dependabot in #1055
- build(deps): bump github/codeql-action from 2.21.2 to 2.21.4 by @dependabot in #1051
- build(deps-dev): bump @types/node from 20.5.3 to 20.5.4 by @dependabot in #1058
- chore(deps): update outdated deps by @thomasrockhu-codecov in #1059
- build(deps-dev): bump @types/node from 20.5.4 to 20.5.6 by @dependabot in #1060
- build(deps-dev): bump @typescript-eslint/parser from 6.4.1 to 6.5.0 by @dependabot in #1065
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.4.1 to 6.5.0 by @dependabot in #1064
- build(deps): bump actions/checkout from 3.5.3 to 3.6.0 by @dependabot in #1063
- build(deps-dev): bump eslint from 8.47.0 to 8.48.0 by @dependabot in #1061
- build(deps-dev): bump @types/node from 20.5.6 to 20.5.7 by @dependabot in #1062
- build(deps): bump openpgp from 5.9.0 to 5.10.1 by @dependabot in #1066
- build(deps-dev): bump @types/node from 20.5.7 to 20.5.9 by @dependabot in #1070
- build(deps): bump github/codeql-action from 2.21.4 to 2.21.5 by @dependabot in #1069
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.5.0 to 6.6.0 by @dependabot in #1072
- Update README.md by @thomasrockhu-codecov in #1073
- build(deps-dev): bump @typescript-eslint/parser from 6.5.0 to 6.6.0 by @dependabot in #1071
- build(deps-dev): bump @vercel/ncc from 0.36.1 to 0.38.0 by @dependabot in #1074
- build(deps): bump @actions/core from 1.10.0 to 1.10.1 by @dependabot in #1081
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.6.0 to 6.7.0 by @dependabot in #1080
- build(deps): bump actions/checkout from 3.6.0 to 4.0.0 by @dependabot in #1078
- build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 by @dependabot in #1077
- build(deps-dev): bump @types/node from 20.5.9 to 20.6.0 by @dependabot in #1075
- build(deps-dev): bump @typescript-eslint/parser from 6.6.0 to 6.7.0 by @dependabot in #1079
- build(deps-dev): bump eslint from 8.48.0 to 8.49.0 by @dependabot in #1076
- use cli instead of node uploader by @dana-yaish in #1068
- chore(release): 4.0.0-beta.1 by @thomasrockhu-codecov in #1084
- @dana-yaish made their first contribution in #943
Full Changelog: https://github.com/codecov/codecov-action/compare/v3.1.4...v4.0.0-beta.1
- build(deps-dev): bump @types/node from 18.15.12 to 18.16.3 by @dependabot in #970
- Fix typo in README.md by @hisaac in #967
- fix: add back in working dir by @thomasrockhu-codecov in #971
- fix: CLI option names for uploader by @kleisauke in #969
- build(deps-dev): bump @types/node from 18.16.3 to 20.1.0 by @dependabot in #975
- build(deps-dev): bump @types/node from 20.1.0 to 20.1.2 by @dependabot in #979
- build(deps-dev): bump @types/node from 20.1.2 to 20.1.4 by @dependabot in #981
- release: 3.1.4 by @thomasrockhu-codecov in #983
Full Changelog: https://github.com/codecov/codecov-action/compare/v3.1.3...v3.1.4
- build(deps-dev): bump jest-junit from 15.0.0 to 16.0.0 by @dependabot in #957
- build(deps): bump openpgp from 5.7.0 to 5.8.0 by @dependabot in #958
- build(deps-dev): bump @types/node from 18.15.10 to 18.15.12 by @dependabot in #959
- fix: allow for aarch64 build by @thomasrockhu-codecov in #960
- chore(release): bump to 3.1.3 by @thomasrockhu-codecov in #961
Full Changelog: https://github.com/codecov/codecov-action/compare/v3.1.2...v3.1.3
- build(deps): bump node-fetch from 3.2.4 to 3.2.10 by @dependabot in #835
- build(deps-dev): bump @types/node from 16.11.40 to 18.13.0 by @dependabot in #911
- build(deps-dev): bump @vercel/ncc from 0.34.0 to 0.36.1 by @dependabot in #900
- build(deps-dev): bump typescript from 4.7.4 to 4.9.5 by @dependabot in #905
- Update README.md by @stefanomunarini in #718
- build(deps): bump openpgp from 5.4.0 to 5.5.0 by @dependabot in #819
- build(deps): bump ossf/scorecard-action from 1.1.1 to 2.0.4 by @dependabot in #840
- build(deps): bump @actions/core from 1.9.1 to 1.10.0 by @dependabot in #841
- build(deps): bump @actions/github from 5.0.3 to 5.1.1 by @dependabot in #843
- build(deps): bump actions/upload-artifact from 3.1.0 to 3.1.2 by @dependabot in #896
- build(deps-dev): bump jest-junit from 13.2.0 to 15.0.0 by @dependabot in #872
- build(deps): bump node-fetch from 3.2.10 to 3.3.0 by @dependabot in #869
- build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #879
- build(deps): bump json5 from 2.2.1 to 2.2.3 by @dependabot in #895
- codeql-analysis.yml by @minumulasri in #898
- build(deps): bump ossf/scorecard-action from 1.1.1 to 2.1.2 by @dependabot in #889
- build(deps-dev): bump @types/node from 18.13.0 to 18.14.0 by @dependabot in #922
- build(deps): bump openpgp from 5.5.0 to 5.7.0 by @dependabot in #924
- build(deps-dev): bump @types/node from 18.14.0 to 18.14.2 by @dependabot in #927
- Remove unsupported path_to_write_report argument by @jsoref in #851
- Update README to contain correct information - inputs and negate feature by @moshe-azaria-sage in #901
- build(deps-dev): bump @types/node from 18.14.2 to 18.14.6 by @dependabot in #933
- build(deps-dev): bump @types/node from 18.14.6 to 18.15.0 by @dependabot in #937
- build(deps-dev): bump @types/node from 18.15.0 to 18.15.5 by @dependabot in #945
- build(deps): bump node-fetch from 3.3.0 to 3.3.1 by @dependabot in #938
- build(deps-dev): bump @types/node from 18.15.5 to 18.15.6 by @dependabot in #946
- build(deps-dev): bump @types/node from 18.15.6 to 18.15.10 by @dependabot in #947
- build(deps): bump ossf/scorecard-action from 2.1.2 to 2.1.3 by @dependabot in #951
- fix: add in all the extra arguments for uploader by @thomasrockhu-codecov in #955
- chore(release): bump to 3.1.2 by @thomasrockhu-codecov in #956
- @stefanomunarini made their first contribution in #718
- @minumulasri made their first contribution in #898
- @jsoref made their first contribution in #851
- @moshe-azaria-sage made their first contribution in #901
Full Changelog: https://github.com/codecov/codecov-action/compare/v3.1.1...v3.1.2
- Update deprecation warning by @slifty in #661
- Create codeql-analysis.yml by @mitchell-codecov in #593
- build(deps): bump node-fetch from 3.2.3 to 3.2.4 by @dependabot in #714
- build(deps-dev): bump typescript from 4.6.3 to 4.6.4 by @dependabot in #713
- README: fix typo by @Evalir in #712
- build(deps): bump github/codeql-action from 1 to 2 by @dependabot in #724
- build(deps-dev): bump @types/jest from 27.4.1 to 27.5.0 by @dependabot in #717
- fix: Remove a blank row by @johnmanjiro13 in #725
- Update README.md with correct badge version by @gsheni in #726
- build(deps-dev): bump @types/node from 17.0.25 to 17.0.33 by @dependabot in #729
- build(deps-dev): downgrade @types/node to 16.11.35 by @dependabot in #734
- build(deps): bump actions/checkout from 2 to 3 by @dependabot in #723
- build(deps): bump @actions/github from 5.0.1 to 5.0.3 by @dependabot in #733
- build(deps): bump @actions/core from 1.6.0 to 1.8.2 by @dependabot in #732
- build(deps-dev): bump @types/node from 16.11.35 to 16.11.36 by @dependabot in #737
- Create scorecards-analysis.yml by @mitchell-codecov in #633
- build(deps): bump ossf/scorecard-action from 1.0.1 to 1.1.0 by @dependabot in #749
- fix: add more verbosity to validation by @thomasrockhu-codecov in #747
- build(deps-dev): bump typescript from 4.6.4 to 4.7.3 by @dependabot in #755
- Regenerate scorecards-analysis.yml by @mitchell-codecov in #750
- build(deps-dev): bump @types/node from 16.11.36 to 16.11.39 by @dependabot in #759
- build(deps-dev): bump @types/node from 16.11.39 to 16.11.40 by @dependabot in #762
- build(deps-dev): bump @vercel/ncc from 0.33.4 to 0.34.0 by @dependabot in #746
- build(deps): bump ossf/scorecard-action from 1.1.0 to 1.1.1 by @dependabot in #757
- build(deps): bump openpgp from 5.2.1 to 5.3.0 by @dependabot in #760
- build(deps): bump actions/upload-artifact from 2.3.1 to 3.1.0 by @dependabot in #748
- build(deps-dev): bump typescript from 4.7.3 to 4.7.4 by @dependabot in #766
- Switch to v3 by @thomasrockhu in #774
- Fix
network
entry in table by @kevmoo in #783 - Trim arguments after splitting them by @mitchell-codecov in #791
- build(deps): bump openpgp from 5.3.0 to 5.4.0 by @dependabot in #799
- build(deps): bump @actions/core from 1.8.2 to 1.9.1 by @dependabot in #798
- Plumb failCi into verification function. by @RobbieMcKinstry in #769
- release: update changelog and version to 3.1.1 by @thomasrockhu-codecov in #828
- @slifty made their first contribution in #661
- @Evalir made their first contribution in #712
- @johnmanjiro13 made their first contribution in #725
- @gsheni made their first contribution in #726
- @kevmoo made their first contribution in #783
- @RobbieMcKinstry made their first contribution in #769
Full Changelog: https://github.com/codecov/codecov-action/compare/v3.1.0...v3.1.1
- #699 Incorporate
xcode
arguments for the Codecov uploader
- #694 build(deps-dev): bump @vercel/ncc from 0.33.3 to 0.33.4
- #696 build(deps-dev): bump @types/node from 17.0.23 to 17.0.25
- #698 build(deps-dev): bump jest-junit from 13.0.0 to 13.2.0
- #689 Bump to node16 and small fixes
- #688 Incorporate
gcov
arguments for the Codecov uploader
- #548 build(deps-dev): bump jest-junit from 12.2.0 to 13.0.0
- #603 [Snyk] Upgrade @actions/core from 1.5.0 to 1.6.0
- #628 build(deps): bump node-fetch from 2.6.1 to 3.1.1
- #634 build(deps): bump node-fetch from 3.1.1 to 3.2.0
- #636 build(deps): bump openpgp from 5.0.1 to 5.1.0
- #652 build(deps-dev): bump @vercel/ncc from 0.30.0 to 0.33.3
- #653 build(deps-dev): bump @types/node from 16.11.21 to 17.0.18
- #659 build(deps-dev): bump @types/jest from 27.4.0 to 27.4.1
- #667 build(deps): bump actions/checkout from 2 to 3
- #673 build(deps): bump node-fetch from 3.2.0 to 3.2.3
- #683 build(deps): bump minimist from 1.2.5 to 1.2.6
- #685 build(deps): bump @actions/github from 5.0.0 to 5.0.1
- #681 build(deps-dev): bump @types/node from 17.0.18 to 17.0.23
- #682 build(deps-dev): bump typescript from 4.5.5 to 4.6.3
- #676 build(deps): bump @actions/exec from 1.1.0 to 1.1.1
- #675 build(deps): bump openpgp from 5.1.0 to 5.2.1
- #515 Allow specifying version of Codecov uploader
- #499 build(deps-dev): bump @vercel/ncc from 0.29.0 to 0.30.0
- #508 build(deps): bump openpgp from 5.0.0-5 to 5.0.0
- #514 build(deps-dev): bump @types/node from 16.6.0 to 16.9.0
- #464 Fix wrong link in the readme
- #485 fix: Add override OS and linux default to platform
- #447 build(deps): bump openpgp from 5.0.0-4 to 5.0.0-5
- #458 build(deps-dev): bump eslint from 7.31.0 to 7.32.0
- #465 build(deps-dev): bump @typescript-eslint/eslint-plugin from 4.28.4 to 4.29.1
- #466 build(deps-dev): bump @typescript-eslint/parser from 4.28.4 to 4.29.1
- #468 build(deps-dev): bump @types/jest from 26.0.24 to 27.0.0
- #470 build(deps-dev): bump @types/node from 16.4.0 to 16.6.0
- #472 build(deps): bump path-parse from 1.0.6 to 1.0.7
- #473 build(deps-dev): bump @types/jest from 27.0.0 to 27.0.1
- #478 build(deps-dev): bump @typescript-eslint/parser from 4.29.1 to 4.29.2
- #479 build(deps-dev): bump @typescript-eslint/eslint-plugin from 4.29.1 to 4.29.2
- #481 build(deps-dev): bump @types/node from 16.6.0 to 16.6.2
- #483 build(deps-dev): bump @vercel/ncc from 0.29.0 to 0.29.2
- #484 build(deps): bump @actions/core from 1.4.0 to 1.5.0
- Underlying uploader fixes issues with tokens not being sent properly for users seeing
Error!: Error: Error uploading to https://codecov.io: Error: Error uploading to Codecov: Error: Not Found
- #432 fix: use import to destructure package.json
- #434 fix: openpgp and asn1.js
- #440 2.0.2 token fixes
- #420 Bump eslint from 7.30.0 to 7.31.0
- #433 build(deps-dev): bump @types/node from 16.3.3 to 16.4.0
- #425 build(deps-dev): bump @typescript-eslint/eslint-plugin from 4.28.3 to 4.28.4
- #426 build(deps-dev): bump @typescript-eslint/parser from 4.28.3 to 4.28.4
- #438 Set up Dependabot for github-actions dependencies
- #424 fix: Issue in building all deep dependencies
On February 1, 2022, the v1
uploader will be full sunset and no longer function. This is due
to the deprecation of the underlying bash uploader. This version uses the new uploader.
The v2
Action downloads, verifies, and runs the Codecov binary.
- Multiple fields have not been transferred from the bash uploader or have been deprecated. Notably
many of the
functionalities
andgcov_
arguments have been removed. Please check the documentation for the full list.
dry-run
argument allows Codecov flow without uploading reports to Codecov- (Enterprise only)
slug
allows specifying the repository slug manually - (Enterprise only)
url
allows changing the upload host
- #320 doc: add github actions badge
- #336 Update bash uploader to 1.0.3
- #339 fix: Add action version
- #302 Bump @typescript-eslint/eslint-plugin from 4.22.0 to 4.22.1
- #303 Bump @typescript-eslint/parser from 4.22.0 to 4.22.1
- #304 Bump ts-jest from 26.5.5 to 26.5.6
- #309 Bump lodash from 4.17.19 to 4.17.21
- #310 Bump hosted-git-info from 2.8.8 to 2.8.9
- #311 Bump @actions/github from 4.0.0 to 5.0.0
- #314 Bump eslint from 7.25.0 to 7.27.0
- #315 Bump @actions/core from 1.2.7 to 1.3.0
- #316 Bump @typescript-eslint/parser from 4.22.1 to 4.25.0
- #317 Bump @typescript-eslint/eslint-plugin from 4.22.1 to 4.25.0
- #319 Bump jest-junit from 12.0.0 to 12.1.0
- #321 Bump typescript from 4.2.4 to 4.3.2
- #323 Bump ws from 7.3.1 to 7.4.6
- #331 Bump eslint from 7.27.0 to 7.28.0
- #332 Bump @actions/exec from 1.0.4 to 1.1.0
- #333 Bump @typescript-eslint/parser from 4.25.0 to 4.26.1
- #334 Bump @typescript-eslint/eslint-plugin from 4.25.0 to 4.26.1
- #335 Bump @actions/core from 1.3.0 to 1.4.0
- #337 Bump glob-parent from 5.1.1 to 5.1.2
- #299 Pull Codecov bash script into the action
- #271 Bump typescript from 4.2.3 to 4.2.4
- #277 Bump @typescript-eslint/eslint-plugin from 4.16.1 to 4.22.0
- #278 Bump @typescript-eslint/parser from 4.20.0 to 4.22.0
- #279 Bump @actions/core from 1.2.6 to 1.2.7
- #292 Bump ts-jest from 26.5.3 to 26.5.5
- #293 Bump eslint from 7.21.0 to 7.25.0
- #297 Bump @types/jest from 26.0.20 to 26.0.23
- #298 Upgrade to GitHub-native Dependabot
- #287 Update VERSION regex to restrict on digits and dot and move checksums into script
- #282 Add checksum verification of bash script
- #264 Overwrites pr number for pull_request_target events
- #253 Add
network_filter
to action manifest
- #252 Add "network_filter" input
- #241 pass root_dir using proper bash arg
- #244 Overwrite the commit on pull_request* events
- #196 Add parameters to the action.yml
- #193 Add all the bash params
- #193 Fixes issue with working-directory
- #184 Add automations ensure proper builds and deployments
- #184 Fixes verbose flag
- #110 Add "working-directory:" input
- #174 Support Xcode specificed parameters
- #172 File is saved as text
- #166 Bump requestretry from 4.1.1 to 4.1.2
- #169 Bump typescript from 4.0.5 to 4.1.2
- #178 Bump @types/jest from 26.0.15 to 26.0.19