codecov Questions
1
Introduction
I have written a Swift Package and would like to integrate Codecov as a part of my CI (set up with Github Actions).
Here is my .yml file:
name: Swift
on:
push:
branches: [ "m...
Konopka asked 29/7, 2022 at 9:38
3
Solved
use case
codecov sees super as in need for test,
not sure being sure if writing a test for this keyword
would be meaningful
how to write such a test
I'd like to exclude the line from coverage un...
Godart asked 12/2, 2021 at 10:26
4
Solved
backgrond
my setup for codecov has worked well so far
you can regular updates with each pr commits here
I haven't change my repo settings
as I've inadvertently pushed a folder that I wasn't sup...
Inconsiderable asked 6/6, 2021 at 16:31
1
I was just wondering what’s the best way to configure codecov for a monorepo setting. For example, let’s say I have packages A and B under my monorepo. The way I’m currently using codecov is by usi...
1
Solved
I'm trying to set up codecov monitoring for a public R package, where GitHub Actions will run covr::codecov. I'm looking at this .yaml example (Source):
- name: Test coverage
if: matrix.r == '3....
Amytal asked 19/2, 2020 at 14:59
2
Solved
I have a Go project with the following structure:
foo/foo.go
foo/foo_test.go
main.go
As you notice, there is no test for main.go.
I collect the coverage report using the following command:
go ...
Raquel asked 24/1, 2020 at 20:18
0
I'm testing a project and I use Codecov to publish the coverage rate of my tests.
Codecov uses the report generated by Jacoco and so far it works fine.
Codecov doesn't display only the coverage rat...
A1 asked 29/7, 2019 at 17:5
1
When I record code coverage of my Rust project using codecov.io, the coverage does not appear correct.
The unwrap() function and the end bracket are not covered
The function declaration is not ...
1
Solved
I'm trying to setup codecov on my public travis repo and so far haven't been able to successfully generate a report and upload it to codecov.io. I appear to receive an erroneous report in terminal ...
Argybargy asked 8/12, 2018 at 5:24
2
I'm in the process of (finally!) setting up code coverage monitoring for my brand new C++ project. Due to the fact that I need some advanced C++20 features (read, coroutines), I am using clang 6 as...
Rhubarb asked 30/5, 2018 at 21:29
0
We are in the process of privatising our repo and have moved our CI to use Heroku's service. We are now trying to work out how to get code coverage reports so that we don't merge with reduced cover...
Spracklen asked 24/10, 2017 at 11:2
1
Solved
I have a switch statement that extracts an addressing mode from a String and I've written unit tests to cover, what I thought was every eventuality but JaCoCo seems to skip my switch statements, re...
Subsoil asked 7/3, 2017 at 7:43
1
© 2022 - 2024 — McMap. All rights reserved.