Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GoogleCloudPlatform/opentelemetry-operations-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e1feec6276dfe97ddf85a073fb4c2ab6df7f1779
Choose a base ref
..
head repository: GoogleCloudPlatform/opentelemetry-operations-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2c12ec18bee28aa6d8893eb4b51cdf3ea2bf51ff
Choose a head ref
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -26,8 +26,11 @@ jobs:
npm --version
- run: npm install
- run: npm test
- run: npm run codecov
if: matrix.node == 19
- name: Report Coverage
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
verbose: true

lint:
runs-on: ubuntu-latest
3 changes: 3 additions & 0 deletions .nycrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"reporter": ["text", "json"]
}
Loading