mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +00:00
3 lines
141 B
JavaScript
3 lines
141 B
JavaScript
import { withDefaults } from "./with-defaults";
|
|
import { DEFAULTS } from "./defaults";
|
|
export const endpoint = withDefaults(null, DEFAULTS);
|