Git Product home page Git Product logo

Comments (6)

lukasberbuer avatar lukasberbuer commented on July 22, 2024 2

I have the same problem after updating to v4.

from codecov-action.

DerYeger avatar DerYeger commented on July 22, 2024 2

I can confirm this issue. -f is ignored and the coverage of all packages in my monorepo uploaded instead.

from codecov-action.

rohan-at-sentry avatar rohan-at-sentry commented on July 22, 2024

Hi 👋🏽 PM from Codecov here

Can you confirm if there are existing exclusion patterns that y'all are using? We have a known issue that ignores files specified if the file is within an exclusion pattern specified. We're working on fixing that, was wondering if that might be what is going on here codecov/engineering-team#1143

from codecov-action.

DerYeger avatar DerYeger commented on July 22, 2024

Hi 👋🏽 PM from Codecov here

Can you confirm if there are existing exclusion patterns that y'all are using? We have a known issue that ignores files specified if the file is within an exclusion pattern specified. We're working on fixing that, was wondering if that might be what is going on here codecov/engineering-team#1143

Here's a snippet of my action. I don't think that I've specified any exclusion pattern: https://github.com/DerYeger/yeger/blob/992979f803071a67eeb5299fa93932bbf309f086/.github/workflows/ci.yml#L33

Here's my codecov.yml:

coverage:
  range: 0..100
  round: down
  precision: 2
  status:
    project:
      default:
        target: 0
        threshold: 5
        base: auto
    patch:
      default:
        target: 0
        threshold: 5
        base: auto

from codecov-action.

Jonatha1983 avatar Jonatha1983 commented on July 22, 2024

I do have excluded pattern will post them soon

from codecov-action.

lukasberbuer avatar lukasberbuer commented on July 22, 2024

I don't have an exclusion pattern either:

      - name: Upload coverage reports to Codecov
        uses: codecov/codecov-action@v4
        with:
          token: ${{ secrets.CODECOV_TOKEN }}
          files: build/coverage.xml

https://github.com/open62541pp/open62541pp/blob/master/.github/workflows/ci.yml#L53-L85

from codecov-action.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.