Lars Eggert
19a5e9dfd0
ci: Check coverage on multiple platforms
...
In order to get the platform-specific code some coverage testing.
2024-09-23 08:47:11 +00:00
Dirkjan Ochtman
b5707140d5
ci: pass codecov token explicitly
2024-04-22 09:27:06 -07:00
dependabot[bot]
dcc8048974
build(deps): bump codecov/codecov-action from 3 to 4
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-05 15:02:55 +01:00
dependabot[bot]
5d4d58387d
Bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-04 16:24:17 +02:00
Dirk Stolle
a604759336
Replace unmaintained actions-rs/* actions in CI workflows
...
Basically all of the `actions-rs/*` actions are unmaintained. See
<https://github.com/actions-rs/toolchain/issues/216 > for more
information. Due to their age they generate several warnings in
CI runs.
To get rid of those warnings the occurrences of
`actions-rs/toolchain` are replaced by `dtolnay/rust-toolchain`,
and the occurrences of `actions-rs/cargo` are replaced by direct
invocations of `cargo`.
2023-06-02 14:35:20 -07:00
Dirk Stolle
0c6b743f18
Update actions/checkout in GitHub Actions workflows to v3
2023-05-23 17:29:52 -07:00
Dirkjan Ochtman
02037e72fa
Switch CI coverage test to use cargo-llvm-cov
2023-03-08 10:26:54 -08:00
Dirkjan Ochtman
25a067bc88
Update maintenance branches in CI config
2023-03-08 10:26:54 -08:00
Dirkjan Ochtman
576ac22287
Update coverage workflow to run on main branch
2021-03-04 12:35:29 -08:00
Dirkjan Ochtman
dbbb4a9987
Enable CI for 0.6.x branch
2021-03-03 13:42:38 -08:00
Dirkjan Ochtman
a68e18c6e6
Update checkout and cargo-deny GitHub Actions
...
In particular, this prevents errors from an old cargo-deny version,
which fails to parse recent additions to the advisory database.
2020-10-03 12:39:28 -07:00
Demi M. Obenour
6018f20055
Don’t try to run code coverage on PRs
...
It won’t work, as those builds don’t have access to the CodeCov API
token.
2020-07-06 09:46:18 +02:00