Skip to content

Releases: vapor/swift-codecov-action

v0.3.2 - Work around SwiftPM bug with out-of-target resources

12 May 15:51
79ae067

Choose a tag to compare

A bug in SwiftPM produces a spurious message that breaks swift package describe --type json if a package target declares any out-of-target resources. This works around that.

v0.3.1 - Use the v5 Codecov upload action

12 Apr 14:54
ebd71b8

Choose a tag to compare

Technically this should be v0.4.0, but then anyone using this action would have to update their workflows before they could benefit from the new version, and nothing important in the public interface has changed.

v0.3.0 - Update to Codecov v4 action

18 Apr 05:45
14e2308

Choose a tag to compare

Pre-release

Per the v4 action's requirements, the Codecov upload token is now required. Ignore paths are no longer supported; use a codecov.yml instead.

v0.2.5: Syntax tweak

04 Aug 06:32
39f7f51

Choose a tag to compare

v0.2.5: Syntax tweak Pre-release
Pre-release

Makes things more consistent, that's all.

Full Changelog: v0.2.4...v0.2.5

v0.2.4: Fix critical bug

02 Aug 07:47
f4cbb4a

Choose a tag to compare

Pre-release

Full Changelog: v0.2.3...v0.2.4

v0.2.3: Fix misuse of context inputs

02 Aug 01:40
40b96f8

Choose a tag to compare

Pre-release

Like it says.

Full Changelog: v0.2.2...v0.2.3

v0.2.2: Modernize behaviors

06 May 05:40
6e5aede

Choose a tag to compare

Pre-release

What's Changed

  • Modernize somewhat by @gwynne in #2
    • Add workaround for swiftlang/swift-package-manager#5853.
    • Use llvm-cov show --format=text instead of llvm-cov export --format=lcov, per the behavior of the Codecov uploader in Swift mode (which still only works for Apple platforms).
    • Add -X search config for uploader.
    • Update testing workflow.

Full Changelog: v0.2.1...v0.2.2

v0.2.1: Bump codecov-action to v3

07 Jun 13:43
bfffe57

Choose a tag to compare

Pre-release

No changes to interface

Improved paths handling

30 Nov 18:57
b1f4063

Choose a tag to compare

Pre-release

What's Changed

  • Clarified usage of ignore_paths option.
  • Now correctly uses the package path as the root directory for coverage data uploads.
  • The package path is now canonicalized.
  • Removed the output_path option and codecov_file output.

Initial working release

22 Nov 19:31
3a7dd02

Choose a tag to compare

Pre-release
v0.1.1

Make the test workflow a hopefully real test